Page 1 of 1

upload a word file

Posted: Sun 29 Apr 2007 09:39
by slr2007
Hi,

I am trying to upload a word document from asp.net to Mysql database. I have a field of type mediumblob in mysql table. I need to be able to upload the file and save it to the mysql database and then I should also be able to view the file that was stored in the database.

Any help is appreciated.

Posted: Wed 02 May 2007 11:27
by Zero-G.
Hey

Working with Binary Files (like Word, Excel, ...) is the same, like the sample project that shows how to store a Picture.

Hope this will help you

Posted: Thu 03 May 2007 09:06
by Serious
Zero-G. is right. Take a look at the 'Pictures' demo project.