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
4
votes
1 answer

Fine Uploader with Rails form

I've recently installed Fine Uploader to our Rails app. I've read documentation and experimented a little with it, but I don't seem to understand how this thing actually works, and because of that, I'm having a lot of problems implementing it. What…
ZebThan
  • 255
  • 2
  • 17
4
votes
1 answer

Hot to use jquery promise with file Upload

I am trying to upload an image using a fine Uploader plug-in and i want to send some form data along with the image but the form data is not available to me at the time of initializing the plugin(according to the requirements of the plugin it should…
Chetan Kumar
  • 397
  • 3
  • 13
4
votes
0 answers

Store uploaded files information into database?

I am using fine uploader drag and drop feature to upload multiple images. So i have requirement to maintain few information regarding uploaded images into database: Create two different size images (thumbs,larger ) and original. - (work well…
Sameek Mishra
  • 9,174
  • 31
  • 92
  • 118
4
votes
1 answer

Error reason for "XHR returned response code 0"

I'm trying to use fineuploader to upload an image to a complete url (http://website.net/folder1/folder2/). However i'm receiving this error: error on file number x - . Reason: XHR returned response code 0 Any ideas?
user3509585
4
votes
1 answer

Remove specific file from Fine Uploader list after upload

There were already a few questions like this, but the answers seemed to reference removing everything via the reset method. What is the best way to remove a file entry from the file list? I am already handling the 'complete' event, and would like…
sthede
  • 914
  • 1
  • 8
  • 27
4
votes
4 answers

dynamically set endpoint in fine-uploader

I would like to set the request endpoint of fine-uploader dynamically. For example: $('#jquery-wrapped-fine-uploader').fineUploader({ request: { endpoint: submitUrl }, multiple: false, button: $("#uploader-button"), …
bz3x
  • 171
  • 4
  • 15
4
votes
2 answers

FineUploader: Thumbnails on the fly clientside

I am working on a FineUploader implementation. Special request is to create thumbnails on the fly client-side and then upload those with the original image-upload. I have an implementation that works on FF, but does not seem to work on iOs. It looks…
Ivo Renkema
  • 2,188
  • 1
  • 29
  • 40
4
votes
3 answers

How to use Fine Uploader server-side in a non-MVC ASP.NET application

I have the following Fine Uploader code in markup in an aspx page in ASP.NET (not MVC) project: