Open a MS Word doc saved in a database
I have a form page created in classic ASP and I am asking the user to either put in a URL or a file. I can get the URL to work but I am unable to get the "open file" part of my code to work. I am having the user fill out the form and all of the information is being saved into an SQL database via a stored procedure. I checked all of the variable names and everything and they are all correct. I added an if statement to handle the request to either open the URL or the file, This is suppose to open the type of file the user supplied. Does anyone have any advice or help? I'm kind of in a jam here.
|