celeron895
Programmer
Is it possible to have a C# ASP.NET web page read data from a web users local file system? I was told this was not possible unless the web server and file system where on the same network (or otherwise connected). How about using an ActiveX control?
Basically, I want the user to click a browse button on the web page. They then select a local file folder, and some data from file within that folder are displayed in a grid control on the web page.
Basically, I want the user to click a browse button on the web page. They then select a local file folder, and some data from file within that folder are displayed in a grid control on the web page.