Big Posted November 19, 2003 Posted November 19, 2003 Hi, How can i turn my binary file back to a file and open it? example: I have a .doc file that i write to my db as binary file. Then i get the binary file from my db but then i need to open it in Word. L. Quote
bungpeng Posted November 20, 2003 Posted November 20, 2003 You need to extra your .doc file from database to your web server directory, then you may use "Response.redirect" to push this file to your user. But you cannot control whether it will open using "Word", because client machine may not installed "Word". Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.