Welcome Guest, Not a member yet? Register   Sign In
Uploading Large Lmage
#2

[eluser]InsiteFX[/eluser]
post_max_size - Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize.
Code:
ini_set( 'memory_limit', '256M' );
ini_set('upload_max_filesize', '12M');  
ini_set('post_max_size', '16M');


Messages In This Thread
Uploading Large Lmage - by El Forum - 02-08-2013, 02:45 AM
Uploading Large Lmage - by El Forum - 02-08-2013, 08:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB