Click here to Skip to main content
15,922,419 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Friends

I am downloading the diffrent files from the asp.net button click . And when the button is clicked it went to the generic handler file download.ashx . But i am feeling problem when the download will occur .Someone suggest we to use the XML file when the download will occur . But i dont know how to do it .

Thanks
Posted
Comments
Sergey Alexandrovich Kryukov 15-Jul-11 2:54am    
Not clear.
--SA

1 solution

/what you said is nonsense. An XML file won't change anything. If the files are not downloading, then you need to work out what the issue is. If they are big, do they start to download ? If they do, then it's a server issue. If they don't, how are you sending them ? Are you reading them in to memory or just streaming from the hard drive ? Perhaps you're causing a memory error ?
 
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