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.

981 questions
13
votes
1 answer

asp.net - image keywords missing after uploading image to server

I'm uploading image to server and then processing the image. Funny thing is, after uploading the image image keywords are missing. Although other image properties are there. There is no issue with parsing the tags, so please ignore below code…
Abdul Ahad
  • 1,999
  • 4
  • 23
  • 39
12
votes
4 answers

fine-uploader example traditional build

So, I'm trying to evaluate fine-uploader. I decided to go to the download page, but it wants you to purchase a license, but I don't want to do that until after I've evaluated it. So, I went to github and downloaded the master zip for it and…
Jeff Andrews
  • 171
  • 1
  • 5
10
votes
1 answer

Add additional parameters to send to server using fineuploader

I am using http://fineuploader.com/ to upload a file. Works perfect. I then set params in the request object to send some additional parameters to be sent to the server. Works perfect. I then add another parameter to send using setParams with the…
user1032531
  • 24,028
  • 57
  • 174
  • 325
8
votes
2 answers

How to use Firebase's email & password authentication method to connect with AWS to make Fine Uploader S3 work?

I decided to use Fine Uploader for my current AngularJS project (which is connected to hosted on Firebase) because it has many core features that I will need in an uploader already built in but, I am having trouble understanding how to use…
8
votes
1 answer

FineUploader - add authentication in header

I'm using FineUploader 3.7 in cross domain uploading project. Everything is fine until I move the code to client's DEV server which has simple authentication. Is there a way to embed authentication information in the form when the preflight request…
Peng
  • 235
  • 3
  • 8
8
votes
3 answers

Error when attempting to parse xhr response text in fineUploader

I bay this fine-uploader version 3.3.0 now, and integration all lib in my site i think uploads make working its ok, but no! i see error my javascript console: [FineUploader] Sending upload request for 0 [FineUploader] xhr - server response…
stopgg
  • 119
  • 1
  • 1
  • 5
7
votes
1 answer

FineUploader: S3 Access Denied Response when Canned ACL value is changed

I have an S3 Fine Uploader implementation working great. By default, it uploads files fine but they are private. Based on FineUploader's documentation I added the objectProperties option as follows to my client-side js config for FineUploader to…
Chris Webb
  • 668
  • 6
  • 20
7
votes
1 answer

How to use fineuploader

I am looking to integrate fineuploader into my JQuery Mobile app. As a starting point I am trying to use the default template provided on fineuploader.com to familiarise myself. I downloaded the latest copy of fineuploader from github. I've given…
kurrodu
  • 1,856
  • 3
  • 23
  • 44
7
votes
2 answers

Fine Uploader to S3 bucket getting 405 Method Not Allowed error

I have been banging my head against the wall on this and am entirely stumped. I am trying to use FineUploader to upload files directly to my Amazon S3 bucket. I have essentially copied the code from the fineuploader.com web page (Upload Files…
7
votes
1 answer

Fine Uploader S3: Refused to get unsafe header "ETag"

I'm trying to upload to S3 with the jQuery fineuploader (v 3.9.1) and have enabled debugging. All of the parts of the upload succeed but then I get an error "Problem asking Amazon to combine the parts!" I've enabled debug on the console and get the…
7
votes
1 answer

How can i check number of files selected with Fine Uploader?

I am using manual uploading via Fine Uploader. Now i want to check that file has selected or not. $(document).ready(function() { var fineuploader = new qq.FineUploader({ element: $('#fine-uploader')[0], request: { …
Raju Singh
  • 701
  • 8
  • 18
7
votes
1 answer

Jquery Form Submission after file upload

I realise this variation of question has appeared many times, but none that I can find which answer this question in this kind of context. I am using a third party fileuploader, which utilises jQuery and gives a success callback when the file…
user1832464
6
votes
1 answer

Python - Fine Uploader Server Side AWS Version 4 signing request

After creating request from python web2py. I am receiving the following error from fine uploader "The request signature we calculated does not match the signature you provided. Check your key and signing method." This is my server side code def…
6
votes
1 answer

AWS S3 upload. Invalid according to Policy: Policy expired

I'm using a Django server hosted on EC2 Singapore. I'm also using an S3 bucket to save files uploaded through the Django Admin panel. To upload files, I'm using django-s3direct. When I upload files using my local machine on Eastern American time,…
Newtt
  • 5,331
  • 12
  • 58
  • 95
6
votes
1 answer

show previously uploaded images in [FINE UPLOADER]

I am using fine uploader plugin to upload images. The image upload is working fine. What I am trying to do is when the page is refreshed after image upload fine uploader should show previously uploaded images. Here is my…
user5860299
1
2 3
65 66