Click here to Skip to main content
15,889,992 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using jquery File upload http://blueimp.github.com/jQuery-File-Upload/[^]

now i want to add download functionality with that. how can I do..?
Posted
Comments
Devang Vaja 18-Mar-13 5:39am    
just response.redirect to Your item which is to be downloaded...
kishore sharma 18-Mar-13 7:57am    
try giving anchor tag with url as the path of the file if it doesnot open in browser means it will ask to save

1 solution

download code for asp.net 3.5 yourself
do modification accordingly.
then to add download functionality
go to default.aspx page under

<script id="template-download" type="text/x-jquery-tmpl">

XML
<td class="name">
                <a href="${url}/Website6/Uploaded Files/${Name}"{{if thumbnail_url}} target="_blank"{{/if}}>${Name}</a>
            </td>


instead of website6/Upload files

you can specify your folder path where u store the files.
 
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