Max File Upload Size
PermalinkI'm trying to upload audio files to my site for download by my students.
The file is 5MB in size.
When I try to upload it with the file manager I get a message saying:
"Upload file is too large. The current value of upload_max_filesize is 2M"
How can I change this value, or upload larger files?
Thanks . .
- Upload big files via FTP to the directory /application/files/incoming/ (Concrete5 5.7)
- Go to Dashboard - Files - More Options - Add Files - Add Incoming
- Select the previously uploaded files - Add Files
What can I do now?
It's likely that you're running into a memory limit set by the kind of account you have with your hosting provider. Look for a premium plan which gives you more memory.
I developed an EMR system, in which scans of up to 250 meg are uploaded. As it's on a VPS, I have control over that aspect of the system.
If it's on a server where you can not change this value, try contacting your host perhaps?