I am stuck here with a file upload problem. I searched for the answers, but found only "an increase in post_max_size and upload_max_filesize", and this does not work for me. I canβt upload large files (approximately about 150 MB +), the following parameters of my php.ini and my environment
php.ini
- max_input_time 300 - max_execution_time 600 - memory_limit 1024M - upload_max_filesize 1512M - post_max_size 2048M
<strong> environments
- Webserver: XAMPP - PHPFramwork: CodeIgniter
Ive also tried many other php.ini configurations. The file upload class that Ive built got the published file data from the XmlHttpResponse request using xhr.send (file). Ive debugging information with the firebug header OK, the post is completely empty (usually it should be file data, text that can be read), cookies are ci_session cookies, and there is no xhr response text at all. Ive written a script that will return some answer no matter what.
There are no experts in this, not a beginner. This is all the information I can give you guys. So, any ideas on what is going on in this? Im really stuck here cannot solve this problem.
If there is any information that I can find and give it to you to solve this problem, tell me about it.
thanks in advance.
source share