GetSimple Support Forum

Full Version: How to upload larger files?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I am trying to upload files to our website based on the system, but the max file size is 2M bytes. Is there any way for me to get around this because some of our files like presentations or codes may exceed the size?

Thanks a lot.
This is a deal between you and your hoster.

The maximum upload size is defined in the PHP settings. You should contact your hoster's support.

Cheers, Connie
Thanks. Now it works after modifying the php.ini. I changed the following 2 lines.

post_max_size = 64M
upload_max_filesize = 64M