Questions tagged [valums-file-uploader]

Valum's File Uploader is a Javascript + AJAX library 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).

This tag refers to the original version of File Uploader, which is still available at (https://github.com/Valums-File-Uploader/file-uploader).

There is a newer version of the library called Fine Uploader (http://fineuploader.com). For the newer version of the library, use .

32 questions
-1
votes
2 answers

Showing error message when uploaded file size exceeds maxRequestLength

I have written this in web.config: On client side I'm using valum's AjaxUpload plugin. When using IE 9 I can't check uploading file size with JavaScript, because IE 9 does not support…
karaxuna
  • 26,752
  • 13
  • 82
  • 117
-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 …
1 2
3