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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -