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

Concurrent chunking not working in fineuploader

I have been struggling since last 4 days to get concurrent chunking in fine uploader. But it is not working. It is dividing the images to parts but the files are not sending to back end file. While uploading larger files it is showing the error as…
-1
votes
1 answer

Server timeout when re-assembling the uploaded file

I am running a simple server app to receive uploads from a fine-uploader web client. It is based on the fine-uploader Java example and is running in Tomcat6 with Apache sitting in front of it and using ProxyPass to route the requests. I am running…
Mark Phippard
  • 10,329
  • 2
  • 32
  • 42
-1
votes
1 answer

Uploading Google Drive document with fine-uploader fails, returns json

After selecting a file on a ChromeBook from Google Drive, the file is saved as a Json string and not with the actual file content. The uploader doesn't produce an error, everything looks fine, until you open the file and it's a simple text document…
Seirddriezel
  • 593
  • 6
  • 11
-1
votes
1 answer

Fineuploader initial file list - displaying file size

I have the inital file list working well, but i was wondering if it's possible to display the size of the uploaded image? My json returns the "size" param as per the documentation, but it does not seem to be used. What i was looking for was the…
John Crest
  • 201
  • 1
  • 4
  • 24
-1
votes
1 answer

Fine-uploader with standard form

Is there somewhere or does someone know how to use fine-uploader with a basic form, no ajax? I've attempted to use the standard method with Mura CMS and 12 hours later Mura's internal permissions have beaten me.
Simon NZ
  • 29
  • 4
-1
votes
1 answer

fine uploader resposeJSON

I wrote the following code, I expect a JSON object but returns always a string with the name of the file. var app=$('#failed-fine-uploader').fineUploader({ request: { endpoint: 'media/upload.php' } }).on('complete', function (id,…
Andrew
  • 1
  • 2
-1
votes
1 answer

fine-uploader - total files to upload with autoUpload

Using the jQuery wrapper technique for this question. Using the autoUpload functionality I need to find out how many total files are going to be uploaded so this count can be used to determine when they're all complete (total files == uploaded…
RichieMN
  • 905
  • 1
  • 12
  • 33
-1
votes
1 answer

FineUploader - Triggering upload on form submit

Im using the fine-uploader jquery plugin on one of my sites. Is there a way of using a standard input button to trigger the uploads? So for instance, someone chooses the files they want to upload, fill out the rest of the form, then hit the submit…
BigJobbies
  • 3,633
  • 11
  • 43
  • 66
-1
votes
1 answer

FineUploader - Hangs on uploading in FireFox over 350kb

Ok a problem has arisen today with FineUploader, it was working ok yesterday, and nothing has changed for the file upload part of the code. The site is running on Windows Server 2008 R2, with IIS7 and all the service packs, and is running in MVC…
angelsix
  • 392
  • 1
  • 7
-1
votes
2 answers

Restyling fine uploader?

I am attempting to use fine uploader to handle some file uploading in a web application I have. I would like to do some restyling but I am stuck on something. In the documentation on restyling they have the following line: The default drop area,…
Abe Miessler
  • 82,532
  • 99
  • 305
  • 486
-1
votes
1 answer

Implement fine uploader javascripts in asp.net mvc

Finally after so much testing and so on, i made it works. But i`m confused which files do i need and why im getting an error. i have /Scripts/fineupload/ handler.base.js handler.form.js handler.xhr.js uploader.basic.js util.js My script bundle is …
-2
votes
1 answer

Get S3 file size of uploaded file

My developer who installed FineUploader said he could send the file size of an uploaded S3 file in an email. His code returned file size=o always and he can not solve it. I was just wondering if it is even possible. var file_size = 0; is in the…
-2
votes
1 answer

Nothing shows up on my page after i apply all the code

I have just purchased Fine Uploader license for WindowsAzure. I have tried to apply all the suggested code from: http://docs.fineuploader.com/quickstart/02-setting_options-azure.html or from the default.html file from the downloaded Fine Uploader…
-2
votes
1 answer

Fineupload on.complete recover id, name and execute a PHP

I'm very interested getting the path and name of the file uploaded, and if the upload is a success, execute a php using the name and path of the uploaded file. I just checked that on.complete could be useful, but if someone has an example would be…
-2
votes
2 answers

Setting up an upload server

I have found the server scripts repository in the documents section, but I'm having trouble getting any of them to run. When I try the javascript file, for instance, I get numerous syntax errors, the first one being 'Expected identifier, string or…
1 2 3
65
66