php - Download while uploading -
how use php or other language read uploading-file allow download of uploading-file while uploading?
example sites are:
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
Post a Comment