features document
and the opens them using PHP displaying the image using sapi_write().
It illustrates there should be no limit to data transferred through RTE IPC."; echo ""; $images = glob($dir_name."*.png"); foreach($images as $image) { echo ""; } echo "
imagebytes
".$image." ".filesize($image)."
"; ?>