M
memiller
I know this generally not recommended, but I'm working in the confines
of the company's intranet.
Goal: permit managers to load an XML file from thier PC into an
intranet ASP.NET webpage where validation and data submit will take
place. I have the page written that allows the user to select a
file. I'm hitting a wall when, after selecting the file, trying to
open a new page and inserting the XML into the page. From there I can
start validating the data. I've been tried to using
Response.BinaryWrite but it appears that will only work with server-
side files. I also haven't had much luck in trying to open the file
with Javascript. Any suggestions?
of the company's intranet.
Goal: permit managers to load an XML file from thier PC into an
intranet ASP.NET webpage where validation and data submit will take
place. I have the page written that allows the user to select a
file. I'm hitting a wall when, after selecting the file, trying to
open a new page and inserting the XML into the page. From there I can
start validating the data. I've been tried to using
Response.BinaryWrite but it appears that will only work with server-
side files. I also haven't had much luck in trying to open the file
with Javascript. Any suggestions?