I have implemented jquery file upload plugin in Codeigniter, for any ext of file for my site. I have upgrade the upload files size to 50 mb. but while uploading files greater than 8 mb, it gives an error ( It works for less than 8 mb.). When I checked it, it shows that, progress bar and ajax process stop abnormally and $_FILES[] - this array is empty in php. For this I have increase the timeout for ajax. Then ajax process and progress bar process works fine but still I got $_FILES[] array empty. Anybody have solution or suggestion for this issue. I want to use this plugin only.
Thanks in advance.