file size upload limits

Permalink
Hi- Is there a way to upload a pdf larger than 33 mb to file manager? Settings or workaround?

Much obliged!

Stephen

Eulalia
 
PineCreativeLabs replied on at Permalink Best Answer Reply
PineCreativeLabs
One way to add a large file to File Manager would be to use FTP to upload it to the /application/files/incoming directory.
Then, go to the File Manager, and click on "More Options" and the file should be able to be added under the "Add Incoming" tab.

Alternatively, you could edit the php.ini file to change the max upload size.
memory_limit = 32M
upload_max_filesize = 32M
post_max_size = 32M

Change 32M to a larger value (such as 50M).
Eulalia replied on at Permalink Reply
Eulalia
I can do that for sure.

Thanks very much!
Eulalia replied on at Permalink Reply
Eulalia
I can upload a larger file now. At first I was stymied as to location of php.ini file but found it wasn't in the website but in domain management where my site is hosted. Learned something.

S