Questions tagged [fine-uploader]

A dependency-free, open source, native browser upload tool

Fine Uploader achieves a user-friendly file-uploading experience over the web. It's built as a JavaScript plugin for developers looking to incorporate file-uploading into their website. Fine Uploader also supports uploading directly to an Amazon S3 or Azure bucket from your browser, image scaling, thumbnail generation, chunking, upload pause/resume, file deletion, file drag & drop, file validation, and more.

This plugin uses an XMLHttpRequest (AJAX) for uploading multiple files with a progress-bar in FF3.6+, Safari4+, Chrome and falls back to hidden-iframe-based upload in other browsers (namely IE), providing good user experience everywhere.

It does not use Flash, jQuery, or any other external libraries. There is an optional jQuery plug-in that can be used to integrate Fine Uploader into your project, but it is NOT required. The same features are available with or without the jQuery plug-in.

979 questions
0
votes
2 answers

Fine Uploader fails in Facebook iframe

I have built a Facebook App that requires some image upload functionality and to implement it I'm using Fine Uploader. The Facebook App itself is built with WordPress and everything is working fine. Eventually the WordPress website (which is the…
Luke
  • 20,878
  • 35
  • 119
  • 178
0
votes
1 answer

Setting params in submit

Looking at the docs I'm trying to send some value along with the image. Not sure if I have the params: in the correct location. Having trouble and not sure if it client or server side.