Hello,
i tryed the swfUpload with a file with 70 MB, but the Upload cancelled - the server didnt accept the upload - what i have to change in the config-parameters? I hope there are no script_time_limits ?
Thank you?
Uploads don't just cancel. If the server rejected it for some reason you should get an IO error or an HTTP error.
Enabling the debug setting can help diagnose issues as well as other techniques (server logs, packet sniffing).
We have implemented measures in SWFUpload to avoid script_time_limit issues. We recommend using the latest SWFUpload version.
the Upload works to 100% - then i get the message:
there is a error with upload - server did not accept it.
Can anyone help me? How are the correct php.ini Settings for upload files with 100 MB?
thanks
This page might be helpful:
http://drupal.org/node/97193
I've never had to adjust the memory limit even when testing 2 GB file uploads.
Cancelled
Uploads don't just cancel. If the server rejected it for some reason you should get an IO error or an HTTP error.
Enabling the debug setting can help diagnose issues as well as other techniques (server logs, packet sniffing).
We have implemented measures in SWFUpload to avoid script_time_limit issues. We recommend using the latest SWFUpload version.
Server did not accept it
Hello,
the Upload works to 100% - then i get the message:
there is a error with upload - server did not accept it.
Can anyone help me? How are the correct php.ini Settings for upload files with 100 MB?
thanks
PHP Settings
This page might be helpful:
http://drupal.org/node/97193
I've never had to adjust the memory limit even when testing 2 GB file uploads.