Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I Want to File Download Code in Asp.net C#
For Example file Download max 20 kb jpg file..
Posted

1 solution

Makes no sense. This is download, not upload. The file is on the server part. So, its size known in advance. And what is "for example"? Makes no sense. The general "download code" is like this:
HTML
<a href="myCode.zip">Download the source code"</a>


—SA
 
Share this answer
 
v2

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