Welcome Guest, Not a member yet? Register   Sign In
Uploaded File exceeds the maximum allowed size
#7

[eluser]Seppo[/eluser]
[quote author="Xperia" date="1214502114"]You can also use
Code:
ini_set('upload_max_filesize','20M');
in your script, useful if one doesn't have access to edit php.ini[/quote]

You really can't do that... take a look here, upload_max_filesize is changeable PHP_INI_PERDIR, so you can change it on your php.ini or using .htaccess, the best solution if you can't modify your php.ini.

You can not use it on the run because the upload itself happens before the php file execution


Messages In This Thread
Uploaded File exceeds the maximum allowed size - by El Forum - 06-25-2008, 05:31 AM
Uploaded File exceeds the maximum allowed size - by El Forum - 06-25-2008, 09:06 AM
Uploaded File exceeds the maximum allowed size - by El Forum - 06-25-2008, 09:26 AM
Uploaded File exceeds the maximum allowed size - by El Forum - 06-25-2008, 10:23 PM
Uploaded File exceeds the maximum allowed size - by El Forum - 06-25-2008, 11:38 PM
Uploaded File exceeds the maximum allowed size - by El Forum - 06-26-2008, 06:41 AM
Uploaded File exceeds the maximum allowed size - by El Forum - 06-26-2008, 07:07 PM
Uploaded File exceeds the maximum allowed size - by El Forum - 10-08-2008, 02:35 PM
Uploaded File exceeds the maximum allowed size - by El Forum - 10-08-2008, 04:22 PM
Uploaded File exceeds the maximum allowed size - by El Forum - 11-13-2008, 11:11 AM
Uploaded File exceeds the maximum allowed size - by El Forum - 11-13-2008, 11:39 AM
Uploaded File exceeds the maximum allowed size - by El Forum - 11-13-2008, 11:55 PM
Uploaded File exceeds the maximum allowed size - by El Forum - 08-07-2013, 04:51 PM
Uploaded File exceeds the maximum allowed size - by El Forum - 08-08-2013, 09:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB