Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I developed bulk renaming using C#.net windows application. but now want to develop using ASP.net web application. I am not getting how to renamed files from server to client machine destination folder.
Posted
Comments
[no name] 12-Apr-14 6:18am    
You don't. You would need to write client side code to do this, not server side code.

1 solution

You cannot do this. Server side code cannot modify the client. You would have to write some sort of code that would run on the client side. I don't think you can even do it via JavaScript because the browser will block it for security reasons. You may just want to add a link to download your windows app instead.
 
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