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

Plugin files

blueimp edited this page Dec 17, 2011 · 41 revisions

JavaScript

CSS

HTML

  • result.html is a helper page which allows to access cross-domain iframe contents via redirects.
  • index.html is a HTML markup example for the file upload form and the upload/download templates and serves as demo page.
  • postmessage.html serves as an API endpoint for cross-domain postMessage based file uploads.
  • test/index.html contains the HTML markup for the unit tests.

Google App Engine

  • gae/main.py is an example for a Python based server-side file upload handler component.
  • gae/app.yaml is the configuration file for the App Engine application.

PHP

  • php/index.php is an example for a PHP based server-side file upload handler component.
  • php/files/.htaccess contains instructions for Apache to serve all uploaded files with a content-type of application/octet-stream, except image files. This prevents executing any uploaded script files and makes sure non-image files produce a download dialog.
  • php/thumbnails/.htaccess doesn't serve any purpose other than making sure the thumbnails folder shows up in the Git source code repository.

Other

Clone this wiki locally