Hi,
I have designed an application form with some fields asking details of the customer.
I have provided a submit button on the pdf. When the user clicks on submit button after filling all required details in the form. The submit button calls a servlet class and reads the data of the pdf from xmls parsing and put into the database table.
But I want to implement a senario where if user clicks on the submit button. The entire pdf along with data into it get saved on the file server or documentum server. Here i do not want to read the fields of the form. I want to get and save the entire form/pdf.
Please let me know how do i do it.
regards
Sunil