Forum Moderators: coopster
I have all the PHP settings like max upload/script timeouts in php.ini and htaccess for file uploads very high so that shouldn't be a problem and I've also set limitbodyrequest in apache to be very high.
I know the file has uploaded because once the APC driven progress bar reaches 100% the page is forwarded to another page.
The form is sent via javascript when the upload commences so it seems that although the file is being uploaded something is preventing the form being processed directly after that as it should, maybe there is some other timeout going on I don't know about?
So the page for processing the form is being called and the file is being uploaded, yet there is no trace of there being any data actually making to the form processing page.
I have no idea what's up now :(