The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
[HELP] File-Upload don't work if File > 7MB - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: [HELP] File-Upload don't work if File > 7MB (/showthread.php?tid=3056) |
[HELP] File-Upload don't work if File > 7MB - jpsaenz - Jun 1st, 2014 Hi, i've a big Problem with the File-Upload. It'll don't work if the File-size > 7MB; than i got the message: "ERROR process.php is not receiving any data. Note: this script cannot be loaded directly in your browser. Make sure your form is sending via POST." If the File < 7MB it works. The Folder-Permissions are ok, and the File-Size Limit is 40MB (i try PHP 5.2 AND 5.4). Any Ideas? Thanks!!! RE: [HELP] File-Upload don't work if File > 7MB - Joe - Jun 2nd, 2014 Hi, The script might be timing out. You might want to try increasing the timeout with PHP. http://stackoverflow.com/questions/3829403/how-to-increase-the-timeout-in-php Cheers, Joe RE: [HELP] File-Upload don't work if File > 7MB - jpsaenz - Jun 7th, 2014 Thanks for yout answer, but i've: max_execution_time 50000 50000/60/60=13 hours... |