Bug #3474
closedUploading flyer
100%
Description
I am receiving an error when attempting to upload a flyer as an attachment to a forum post. Here is the test post http://nycdh.org/groups/sandbox/ and here is the error message: Upload Errors:
flyer_remixthediss.pdf: File not uploaded
Can we increase the file size limits?
Thank you,
Amanda
Files
Updated by Matt Gold almost 11 years ago
- Status changed from New to Assigned
- Assignee set to Raymond Hoh
Thanks, Amanda. Ray, can you please look into this issue? Not sure whether it is file size limits or permitted attachment types. Many thanks.
Updated by Raymond Hoh almost 11 years ago
Hi Matt (and Amanda),
The php.ini
file on the server needs to altered.
Specifically, the upload_max_filesize
needs to be changed from 2MB to whatever limit we want to impose. Since post_max_size
is set at 8MB, it should be 8MB or smaller.
Once we've decided on a suitable upload limit, can you get Raghav to change the upload_max_filesize
value for us?
Updated by Raymond Hoh almost 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
With the change made to the server, I can confirm that forum attachments greater than 2MB are now working.
I also increased the forum attachment size limit to 4MB.