php - Download while uploading -


how use php or other language read uploading-file allow download of uploading-file while uploading?

example sites are:

  1. http://www.filesovermiles.com/
  2. http://host03.pipebytes.com/

use this: http://www.php.net/manual/en/apc.configuration.php#ini.apc.rfc1867

in array file name included temp_filename - can pass other program, can read file , stream live. array includes file size program can make sure not try read beyond end of file.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -