Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to upload larger files?
#1
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.
Reply
#2
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#3
Thanks. Now it works after modifying the php.ini. I changed the following 2 lines.

post_max_size = 64M
upload_max_filesize = 64M
Reply




Users browsing this thread: 1 Guest(s)