[Answer]-GAE + Django, upload big files

1👍

django-rocket-engine is using memory based upload, so you can try with this setting inside django settings.py
https://docs.djangoproject.com/en/dev/ref/settings/#file-upload-max-memory-size

👤xando

0👍

django-filetransfers should allow you to target App Engine blobstore for application file upload.

👤proppy

Leave a comment