forked from blueimp/jQuery-File-Upload
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
timabell edited this page Mar 22, 2012
·
134 revisions
- Demo page (and Demo implementation information).
- How to Setup the plugin on your website.
- How to use only the Basic plugin (minimal setup guide).
- The plugin API.
- List of all available Options - including events and callback methods.
- Explanation of all Plugin files.
- Extended Browser support information.
- Frequently Asked Questions (FAQ)
- Plugin extensions (Developer Guide)
- How to implement a different Template Engine.
- Performance Optimizations to speed up page load times.
- Style Guide with explanations for the provided CSS code.
- Using the plugin with jQuery UI.
- How to submit additional Form Data.
- How to submit files asynchronously.
- Upload multiple resolutions of one image with multiple resize options
- Multiple File Upload Widgets on the same page
- Multiple File Input Fields in one Form.
- How to implement Chunked file uploads.
- Cross domain uploads (Cross-site uploads).
- How to add Drop zone effects.
- How to display Extended progress information.
- Drag and drop uploads from another web page
- Fixing Safari hanging on very high speed connections (1Gbps)
- Direct upload to YouTube
- How to use the plugin with Google App Engine (Python).
- Django integration tutorial and demo code (user contribution).
- Same Django reusable Plugin and article (user contribution).
- Another Django integration (user contribution).
- Django >= 1.2.5 integration with CSRF enabled repo wiki (user contribution).
- web2py (Python framework) port (user contribution).
- Code samples for Google App Engine Java (user contribution).
- ASP VBscript example (user contribution)
- 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 (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.
- S3 Uploader Rails Example (user contribution)
- Using the plugin to Upload directly to S3 (user contribution)
- Rails + (Carrierwave || Dragonfly) Rails-setup-for-V6 (user contribution)
- Beautiful HTML5 File Uploads using CakePHP and jQuery File Upload (user contribution)
- Zend-framework integration (user contribution).
- jQuery-File-Upload-6.5-with-CodeIgniter-2.1 (user contribution)
- jQuery-File-Upload,---Multi-file-upload-with-CodeIgniter (user contribution)
- PHP Subfolder example
- PHP Session Upload Progress
- How to Setup v4 the plugin on your website.
- The plugin API v4.
- List of all available Options v4 for this plugin.
- How to queue files and start uploads with a button click v4.
- How to implement File Limits v4.
- How to submit additional Form Data v4.
- Multiple File Input Fields in one Form v4.
- Multiple plugin instances on the same page v4.
- Sequential Uploads v4.
- How to upload multiple files with one request v4.
- How to invoke a method after all uploads have completed v4.
- Chunked Uploads v4.
- How to use the plugin with the Flask Python Microframework (user contribution)
- jQuery-File-Upload-v4-for-Rails-3: basic Rails 3 tutorial (user contribution)
- Sample app using Rails 3, carrierwave and jquery-file-upload to upload and store files on Amazon S3 (user contribution)
- jQuery File Upload for Java: basic Java application (user contribution)
- How to use the plugin with CodeIgniter (PHP) (user contribution)
- jQuery File Upload for C# (Forms): basic C# Forms application (user contribution)
- C# example on How to populate the file list on page load or between page refresh (user contribution)
- How to use the plugin with Yii framework (PHP) (user contribution)