[SOLVED] File Upload Timeout - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [SOLVED] File Upload Timeout (/thread-5154.html) |
[SOLVED] File Upload Timeout - coper - 12-16-2008 07:22 AM Hello, I can upload files but when the time exceeds 30 seconds the page reload and the file doesn't upload. I don't get any errors. I modified php.ini to set this: max_execution_time = 300 max_input_time = 120 memory_limit = 256M Any idea about this issue? Thank you people. c. RE: File Upload Timeout - joximu - 12-16-2008 05:55 PM more infos (what upload script, php-errors?, more php settings about upload size) etc... /J RE: File Upload Timeout - coper - 12-17-2008 12:53 AM I have no errors. The file starts uploading and I see it in the the php temp folder (/domain.com/phptmp/), the size increases, but when the file size in the temp folder reaches 1MB disappears and there is no uploaded file in the final folder (using move_uploaded_file). Is there any restriction on the size of the temporary folder or a caché issue or something like that? I attach the relevant configuration of php... c. RE: File Upload Timeout - joximu - 12-17-2008 01:00 AM what's the connection to Miscrosoft???? please use txt or another open format... ok, the max size is 8MB. This should work. maybe enabling php-error-log may help??? /J RE: File Upload Timeout - coper - 12-17-2008 02:36 AM (12-17-2008 01:00 AM)joximu Wrote: what's the connection to Miscrosoft???? Love Mocosoft Word I'm looking because maybe is a prado framework issue the file size limitation. RE: [SOLVED] File Upload Timeout - coper - 12-20-2008 02:24 AM It was a prado framework size limitation. I could fix it. Thank you. c. |