Skip to content

hahnicity/Morsels

Repository files navigation

##Morsels An implementation of jQuery File Upload with a Django / Google AppEngine backend that supports chunked uploads and resume.

###Demo Morsels demo app

Summary

Morsels uses the AppEngine Files API to write blobs to the blobstore in chunks, automatically resuming uploads from where they left off. Each chunk is sent in a separate POST request. The upshot is you can upload very large files without having to worry about request deadlines and without needing to use the create_upload_url() method.

Although this module uses Django models, it could quite easily be adapted to bypass Django and use the AppEngine Model class.

Features

  • Automatically resumes cancelled or aborted uploads
  • Uses get_serving_url (where possible) to give you a stable, dedicated, high-performance URL for serving web-suitable image thumbnails.

###Setup instructions Morsels is already bundled into a django non-rel demo app. Just check out the source and run python manage.py runserver

Requirements

License

Released under the MIT license

Credits

Steven Holmes - for the Django / AppEngine backend Sebastian Tschan (blueimp) - for the excellent jQuery File Upload library.

About

An implementation of jQuery File Upload with a Django / Google AppEngine backend that supports chunked uploads and resume

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published