chandani
chandani

Reputation: 11

File uploading by drag and drop with progress bar in asp.net

I want drag and drop area in which we need to just drag and drop file/multiple files which we want to upload from desktop and files get uploaded automatically showing progress bar as well. For cancellation of uploading process, cancel button and delete button for uploaded file must be shown. After file being uploded, files can be downloaded as well from the same place where we have uploaded files.

I have found many of jQuery plugin but none of them provides all functions.

I am new to asp.net and jQuery area. Please guide me. I am using asp.net 3.5 Framwork and visual studio 2008. thanks in advance.

Upvotes: 0

Views: 3671

Answers (2)

chandani
chandani

Reputation: 11

I have used jquery Upload File Demo http://blueimp.github.com/jQuery-File-Upload/[^]

and then add download functionality

such a way

download functionality in jquery File upload such a way

http://www.codeproject.com/Questions/563453/downloadplusfunctionalityplusinplusjqueryplusFilep

Upvotes: 1

Prashant Mehta
Prashant Mehta

Reputation: 482

You can use silverlight multi file uploader. Its provide best way to upload multiple file with client side validation on file type and file size etc.Also we can easily show progress bar(Uploading) in silverlight.

see this link.

http://silverlightfileupld.codeplex.com/

Upvotes: 0

Related Questions