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

Uncaught TypeError: Cannot call method 'fineUploader' of undefined

What am I am doing wrong here? I am using ASP.NET MVC4 with Knockout.js & Require.js. Here is all the javascript files: app.contracts.js requirejs.config({ "baseUrl": "../../Scripts/app/administrator", "paths": { "app.contracts":…
jmogera
  • 1,689
  • 3
  • 30
  • 65
-2
votes
3 answers

Preloading images into fine uploader UI

Recently I've been spending time getting fine uploader to work on a developing project. I have it working with some custom drag n drop ordering and other options (such as delete) integrated into the fileTemplate option in fine uploader. What I want…
Shane
  • 2,375
  • 4
  • 22
  • 31
-2
votes
1 answer

Fine Uploader - has no method 'on'

I have got some code from a website to use Fine Uploder, and im having some problems getting it to work. Im getting the following error in my console Uncaught TypeError: Object [object Object] has no method 'on' The code that im using is as…
BigJobbies
  • 3,633
  • 11
  • 43
  • 66
-4
votes
1 answer

PHP Thumbnail Script

How do I create thumbnails and save them in a folder on my server? For example, each uploaded picture saves to a files/big folder and a thumbnail is created and saved to a files/thumb folder. I have found several PHP image resize scripts for free…
1 2 3
65
66