forked from blueimp/jQuery-File-Upload
-
Notifications
You must be signed in to change notification settings - Fork 0
Demo implementation
j92 edited this page Sep 22, 2011
·
39 revisions
Note that these files are sent with a far future Expires header, so you might need to refresh your browser cache to retrieve the latest versions (the demo itself uses IDs appended as query parameter to the files to make sure browsers get the latest versions).
The server-side of the demo is written in Python on Google App Engine.
With App Engine, adding a thumbnail picture for uploaded files is very easy thanks to the get_serving_url method of the Images API. You basically just create a special link to the uploaded file with the thumbnail size as parameter.