ASP: Reading xls without uploading on server
I am having a problem when reading xls file. I dont want to upload the file on the server. I just want to read the file which the user is going to post.
Note: This file in not on the server and i want the file format as .xls (not .csv)
Using Request.BinaryRead(whatever may be the size of file) it gives me junk characters.
Please Help
Raghav
|