Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Demo implementation

j92 edited this page Sep 22, 2011 · 48 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.

Clone this wiki locally