Skip to content
blueimp edited this page Apr 29, 2012 · 177 revisions

Documentation Overview

Basic plugin information

Customization how-tos

Server-side specific tutorials

Python (Google App Engine, Django, web2py)

Java

ASP (Classic)

ASP.NET

  • Fork of this project adding an ASP.NET server example (contribution from Tim Abell), an IHttpHandler based example. Upload only.
  • Usage information is available in the fork's readme
  • ASP.NET example code (contribution from Sam at webtrendset.com), a simple ashx based example, available as a zip file download. Upload support only. Focus on IE handling.
  • An ASP.NET MVC 3 example with the same functionality as an original plugin demo + large files upload support for ASP.NET (contribution from Max Pavlov)
  • A fully functional github hosted ASP.NET example (contribution by Iain Ballard), based on ashx handlers. Provides full upload / delete / thumbnail functionality.

Ruby (on Rails)

  • S3 Uploader Rails Example (user contribution). Is able to use XHR uploads directly to S3, despite S3 not supporting Access-Control-Allow-Origin, by hosting an (iframed) upload form on S3 itself (tricksy!)
  • Using the plugin to Upload directly to S3 (user contribution). Uses the iframe-transport fallback, so lacks niceties like the progress bar
  • Rails + (Carrierwave || Dragonfly) Rails-setup-for-V6 (user contribution)

PHP

Documentation for v.4 (old branch)

Basic plugin information

Customization how-tos

Server-side specific tutorials

Clone this wiki locally