You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I'm trying to send a json post for a view, but when it exceeds 50mb it does not work. How configure django to receive post of large files and upload of a large files.
James Schneider
unread,
Feb 25, 2016, 7:24:08 PM2/25/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
On Thu, Feb 25, 2016 at 12:40 PM, lindolfo caetano <lindolf...@gmail.com> wrote:
I'm trying to send a json post for a view, but when it exceeds 50mb it does not work. How configure django to receive post of large files and upload of a large files.
Without knowing your setup, it's hard to say. Normally the upload of files is handled by the web server and not Django directly. Do your web server logs mention the issue? It's possible there are upload limits within the server config.