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.
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.