954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to implement attaching document in j2ee?

in my recent project the user need to attach document when filling a form.But dont have any idea about the implementation.how may i do this?if you have any idea,please help me.

Upoma
Newbie Poster
14 posts since Aug 2011
Reputation Points: 10
Solved Threads: 0
 

store a reference to the file, or the file itself, in your database.

stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
 

Your attachment document can store in database through the blob data type of databases.
So by this you can store you documents in databases and then through jdbc connectivity you can retrieve the document from your database in j2ee means that the in application your j2ee.

bkd
Newbie Poster
Banned
2 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: