G
Guest
I have a web app that needs to parse through a file that is located on the
client machine. I get the file string from a query string & then parse it.
It is working fine on my development box but when I put it out on the test
server the application is looking for the file on the server & not on the
client machine.
I am essentially taking the query string & using a stream reader to read the
file.
I'm sure i'm doing something whacky...so PLEASE set me straight!
Steve.
client machine. I get the file string from a query string & then parse it.
It is working fine on my development box but when I put it out on the test
server the application is looking for the file on the server & not on the
client machine.
I am essentially taking the query string & using a stream reader to read the
file.
I'm sure i'm doing something whacky...so PLEASE set me straight!
Steve.