Hello!
I'm testing the trial version in my site but there a problem here.If I sent a big file, more then 130MB, the uploader give me a follow message error after exact 128MB sent. I tested on IE, FireFox and Chrome.
FireFox Erro:
Flash : The upload task is interrupted! io Error #2038: Erro do arquivo de E/S. URL: http://www.**********/lib/phpuploader/ajaxuploaderhandler.php?UseUploadModule=Static&_Namespace=CuteWebUI&_UploadID=AjaxUploaderFiles_Loader_1265859295826_2&_UploadControlID=myuploader&
ContextValue=TODO&PageUpload=1&_MaxSizeKB=1024000&_Addon=upload&_AddonGuid=21E4DE2B-058C-FD0F-2E42-FFB9DDC361D7
Google Chrome Error:
Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
I set in my code the set_time_limit(0). There are my PHP server setup:
PHP Version: 5.2.9
max_input_time: 60
post_max_size: 900M
memory_limit: 300M
max_execution_time: 30
upload_max_filesize: 900M
file_uploads: on
Thank you!