upload a word file

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
slr2007
Posts: 1
Joined: Sun 29 Apr 2007 09:33

upload a word file

Post by slr2007 » Sun 29 Apr 2007 09:39

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.

Zero-G.
Posts: 398
Joined: Sat 09 Dec 2006 12:20

Post by Zero-G. » Wed 02 May 2007 11:27

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

Serious

Post by Serious » Thu 03 May 2007 09:06

Zero-G. is right. Take a look at the 'Pictures' demo project.

Post Reply