Forums

File upload failes for large files

youngmoney 03 Dec, 2009
I've got a form setup to allow file uploads. It works fine with a 900KB test file but fails for a 9MB test file. With debug no, the $_FILES array returns empty. $_POST only contains [chronoformname] => videoUpload.

Here's the upload thingy:
file_1:flv|mp4|swf|aac|mp3|png|jpg|gif{49000-1}

The HTML is obviously fine as it works for the small file, so I won't bother posting that. The form does contain: enctype="multipart/form-data"

Here's my php.ini file http://slexy.org/view/s20jL0P75t

Any ideas on what could be causing this? It's a rather annoying bug...

EDIT: Forgot to mention, it was, at first, saying "not allowed to access this URL". That went away when I disabled the token check.
Max_admin 05 Dec, 2009
Hi, I see that your PHP max file upload size is set to 50M, who changed this ? did you restart the web server after the change ? if yes, then maybe its timing out, try to increase the max_execution_time ? I'm not an expert with server settings, did you try to google the issue ?

Regards,
Max
Max
ChronoForms developer...
Did you try ChronoMyAdmin for managing your Joomla database tables ?
This topic is locked and no more replies can be posted.