Uploading a file larger than 50MBs
Permalink
I need to upload a 146MB to the file manager. Any way (setting) to increase the size limit above 50MB? If not alternate suggestion(s)?
Following the option madeforspace offered is a good one for files of this size.
The upload limit itself however can be changed in the php.ini of your server.
The following line needs to be changed
change the amount of M to the amount of Mb you want to be able to upload.
The upload limit itself however can be changed in the php.ini of your server.
The following line needs to be changed
upload_max_filesize = 8M
Can this be done if we have C5 Hosting our service?
I would guess so but I think there may also be a limit within C5 set to 2Mb for a file size.
Best to use incoming folder for big files.
Check with the team about what the Hosting service will do for you.
Best to use incoming folder for big files.
Check with the team about what the Hosting service will do for you.
Then go to your file manager and if you are using 5.4.1.1 go to Upload Multiple (top right) and on the second tab Incoming select your file and away you go.
Hope that helps.
If your version of C5 is older Upload Multiple is called More I think.