xo7 Magento "Maximum upload file size: 2 MB" need 5MB

Status
Not open for further replies.

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
all x10hosting's free-hosting servers should have a PHP upload limit of 16 MiB

you can use this PHP script to get the current PHP upload limit on your free-hosting server
PHP:
<?php
error_reporting(E_ALL);
print "\"PHP upload file size maximum\" is ==>" . ini_get('upload_max_filesize') . "<==<br>\n<br>\n";
?>
 
Last edited:

leafypiggy

Manager of Pens and Office Supplies
Staff member
Messages
3,819
Reaction score
163
Points
63
This should be all set now. Increased to 16M
 
Status
Not open for further replies.
Top