Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
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 upload is done file can be downloaded as well.

I have found many of jQuery plugin but none 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.
Posted
Updated 13-Mar-13 19:30pm
v3
Comments
Devang Vaja 13-Mar-13 6:06am    
chandani ji aa kadach help karse tamne...
I can't get you.

Read This Link
AjaxFileUpload Demonstration[^]
and
upload by
XML
<ajaxToolkit:AjaxFileUpload ID="AjaxFileUpload1"
    ThrobberID="myThrobber"
    ContextKeys="fred"
    AllowedFileTypes="jpg,jpeg"
    MaximumNumberOfFiles=10
    runat="server"/>


and with Progress Bar
Building AJAX Enabled File Uploading System with Progress Bar Using ASP.NET 2.0[^]
Create An Ajax Style File Upload[^]
ASP.NET File Upload like GMail[^]
SQL
h<pre lang="text">

File Uploads - Where's the Ajax?

http://www.codeproject.com/KB/aspnet/AJAXUpload.aspx

File Upload in UpdatePanel, ASP.NET AJAX

http://www.muraton.net/post/2008/01/FileUpload-and-Ajax-UpdatePanel.aspx[^]
 
Share this answer
 
v4
Comments
Chandni Dave 14-Mar-13 2:12am    
what about download ? I am going through this plugin http://www.jscripts.info/mfupload.php but don't know how to do download file.
elnichu 13-Dec-13 10:26am    
85444546
Devang Vaja 14-Mar-13 2:34am    
where are You storing the uploaded file....?
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[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900