Maximum file size allowed

sambosch

New Member
Messages
45
Reaction score
0
Points
0
Hi
can someone help me i cant upload files greater than 2MB.
I am hosted on a subdomain ***.exofire.net
Here's the pic frm PHPINFO
maxsizeaz2.gif


Plz can someone help me.
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
You can set this higher by using the ini_set function:

PHP:
<?php
ini_set("upload_max_filesize","30M");
?>

or whatever value you need -- this SHOULD work but im not sure =)
 

sambosch

New Member
Messages
45
Reaction score
0
Points
0
Nope that didnt work as i thought!
Thanks for replying.
Plz can any of the Admins/Management/Mods help me????
Waiting!
 
Top