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 Jan 12, 2012 · 41 revisions

JavaScript

CSS

HTML

  • index.html is a HTML markup example for the file upload form and the upload/download templates and serves as demo page.
  • cors/result.html is a helper page which allows to access cross-domain iframe contents via redirects.
  • cors/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

  • README.md contains basic plugin information in markdown format.
  • progressbar.gif is an animated GIF image file used for the animation of the upload progress bars.
Clone this wiki locally