Cannot upload larger file than 2M. I already set the php.ini: post_max_size, upload_max_filesize, memory_limit, max_execution time. I have IIS7, I tried to filter the request in web.config too, but did not help. I got nothing in php error log so I guess the problem is in the IIS configuration...
- Log in to post comments
The simplest way to change this limit in IIS is to open IIS manager, open Request Filtering and click Edit Feature Settings. You can then change the limit.
Regards,
Michał
It's about 30mb, and I tried with a 5mb file.
Turned on debug on webissues server, I tried to upload a file about 1.5mb
With the web client 1.0.5 I got detailed error message:
The following error(s) occured while processing the request:
So the problem is with the file saving in database, not the php execution time, max file size, memory limit, etc...
Added the following lines
to my.ini, now it works.
What was the name of the file you are referring to? "my.ini" what is the regular name?
The Location of the my.ini File