Click here to Skip to main content
15,919,931 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
VB
how to download files to a specified client folder from server without showing open/save promptin asp.net application?
Posted
Updated 25-Jul-17 6:26am

1 solution

You can't force a user to download a file if they don't want to. To do so would be walking a fine line of creating some sort of virus type application that does things the user did not acknowledge/accept/allow.

I suggest you rethink what it is you are trying to accomplish. For example, if the user does not download this "required" file from your app, don't allow them to proceed further in your apps workflow.
 
Share this answer
 
Comments
Graeme_Grant 25-Jul-17 14:22pm    
Do you think that after 3 years they would still need help? ;)
David_Wimbley 25-Jul-17 15:21pm    
Someone updated the question and launched it to the top of unanswered.

I didn't go digging for this one...given I'm solution 4 it appears someones been deleting solutions along the way too. Oh well.
Graeme_Grant 25-Jul-17 15:34pm    
Yeah, they get moderated and stick to the top...

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