[openupload-devel] Unable to upload files larger than 1Gb
Status: Beta
Brought to you by:
tsdogs
|
From: daniel r. <dan...@vo...> - 2010-01-11 17:18:14
|
Hi all and thank you for your work. I have a problem uploading large files : tested with "fsutil file createnew c:\test2.txt 900000000" from 0 to 1 048 576 000 octet (1000mega) : OK greater... KO... i mean even no progress bar (using apc) only the circle turning but with empty scoring... my conf : apache2 : No LimitRequestBody set (so it s unlimited no ?) and php.ini max_execution_time = 300 ; Maximum execution time of each script, in seconds max_input_time = 600 ; Maximum amount of time each script may spend parsing request data ;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 64M ; Maximum amount of memory a script may consume (16MB) post_max_size = 5G upload_max_filesize = 5G any idea ? Daniel RAMOS |