6

I am looking for a jQuery plugin for File upload with progress bar for Asp.Net MVC. We are using RadUpload control in an existing Asp.Net WebForm application and it shows the status without using Flash/Silverlight.

http://demos.telerik.com/aspnet-ajax/upload/examples/customizingraduploadui/defaultcs.aspx?RadUrid=5154cf7e-2fee-4adc-b0cc-cbe8a0da5d02

Is there any jQuery plug in available for File Upload with progress bar without using Flash/Silverlight?

Update: Finally found a good one.

http://aquantum-demo.appspot.com/file-upload

3
  • Does this work for asp.net mvc? they show samples only for ruby, node. Commented Jun 28, 2012 at 11:44
  • @Amitabh, does it work for asp.net mvc? Commented Jan 21, 2017 at 13:49
  • ah, depends on the server side code, you can use "Query-File-Upload here: github.com/blueimp/jQuery-File-Upload/wiki Commented Jan 21, 2017 at 14:01

2 Answers 2

4
Sign up to request clarification or add additional context in comments.

3 Comments

Darren Johnstone's Upload Download Module link is gone.
so an answer is just a link?
@LuisValencia-MVP Sorry about that. This is a really old post, links were OK then I think.
1

As a point of reference, the RadUpload for ASP.NET AJAX tool is able to provide the server progress bar by taking advantage of an HttpHandler and ASP.NET session state. It clearly is not ideal for web farm situations, but it's one of the only options for displaying real-time progress of a server operation on the client without using a plug-in (like Silverlight or Flash).

[Side note: The "Darren" ASP.NET upload linked by Narsil is basically doing the same thing as RadUpload.]

The Point: A pure jQuery upload tool will be able to provide a non-determinate progress bar (so called "infinite loop"), but will have a harder time indicating real-time progress.

Just something to keep in mind as you decide between plug-in vs. jQuery upload. For async jQuery uploading, I've used the Ajax Upload tool in the past with MVC and WebForms and enjoyed it.

1 Comment

RadUpload does not work well with Asp.Net Mvc. I have tried that one.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.