
ASP.NET Web App: How To Load Client File - Process from Server Side - then Ask Client to Save Output File on Client Side?
Hi,
I'd to use ASP.NET Web Application to create a form that allow user client
to:
+ User Client to click button to open "File Dialog" - Choose a
file.
+ Web Server Side reads and processes the file + generate
output (file/buffer in text format)
+ User Client clicks the button to save the result (output) in a
file on client side
Are there any VB tools/functions/methods to do this on ASP.NET Web App.?
Or if you have the solution?
Please help, my first time to use ASP.NET Web App.
Thank you,
Ben Nhan