Letractively / forceworkbench

Automatically exported from code.google.com/p/forceworkbench
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

DEFECT: Changing maxFileSize in Config.php does not influence anything. #561

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit the File config.php
2. Increase the value of maxFileSize property 
3. save the file and reload the server.
4. try to upload a csv with for example "insert".
5. I still got the error: "The file uploaded is too large. Please try again. 
(Error 1)" although the file is smaller than the new limit.

What is the expected output? What do you see instead?
expected: I shouldn't get any error.
actual: "The file uploaded is too large. Please try again. (Error 1)"

What version of Workbench are you using?
24 beta

On what operating system and browser?
Chrome 17, Windows 7.

Please provide any additional information below.

Original issue reported on code.google.com by administ...@parx.de on 17 Feb 2012 at 9:54

GoogleCodeExporter commented 9 years ago
Sorry for taking so long to get back to you on this. PHP has two different ways 
of configuring max upload size. The one in config.php is on a per-form basis, 
but you hit the hard limit for PHP, which can be adjusted in your php.ini. 
Here's info on that:
http://stackoverflow.com/questions/727736/php-maximum-total-upload-size

Original comment by ryan.bra...@gmail.com on 5 Apr 2012 at 6:15