Change upload file size for media manager

245 views
Skip to first unread message

Jonathan Sandoval

unread,
May 21, 2015, 12:57:37 PM5/21/15
to mezzani...@googlegroups.com
Hi everyone.
I'm trying to upload a file of 12Mb to my recently installed Mezzanine, but I'm getting a file size error. ¿How can I change the upload file size of my mezzanine instance?.

Thanks for any help.

Josh Cartmell

unread,
May 21, 2015, 1:26:54 PM5/21/15
to mezzani...@googlegroups.com
Add this to your settings.py:

FILEBROWSER_MAX_UPLOAD_SIZE = 40000000

The number is the maximum size in bytes, so the above would allow uploads up to 40 MB, adjust that as needed

--
You received this message because you are subscribed to the Google Groups "Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Jonathan Sandoval

unread,
May 21, 2015, 2:39:42 PM5/21/15
to mezzani...@googlegroups.com
It works. Many thanks.
Reply all
Reply to author
Forward
0 new messages