How to upload the word document to msaccess database.
i have created the datatype as OLEObject in msaccess
i am using jsp.from jsp page i have to insert the word document to the database

Please guide me.
Thanks

You don't do that kind of thing from a JSP, how often do people have to repeat that?

For uploading files to a server, you need to handle multipart MIME requests.
There are 2 packages (at least) on the market that will plug into a servlet to help you with that.
Better yet is to plug them into Spring and let the upload be handled by a Spring SimpleFormController, as that way it's a lot easier.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.