How can i upgrade the max upload (on WP) from 1MB to 10MB?

Hello,

I would like to build my first website based on Wordpress.
But when I want to upload something it‘s limited with 1MB.
I have read that 10MB is the limit of the free hosting service. (or not?)
How kann I change this?
I haven‘t found a Solution in the Internet.

SunGhost

10 MB is the file size limit, but it’s possible that your WordPress is bugged if it can’t read 10 MBs. Try creating a phpinfo.php script on the htdocs folder with the following code: <?php phpinfo(); ?> and try to check with it if the upload_max_filesize variable is set to 10 MBs. If not you will have to reinstall WordPress or upload the files you want to upload with FTP.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.