in my application i am doing such that the user can download the fillable pdf file from the server.
Now after download the user can fill the form and there will be a button on the form using which the user can submit the form.
When the user submits the completed form the form should be saved in the server.
I am using the struts framework and java
How can i do this.
I would like to know what jar files i should be using.
And guidance how i can use it
i would really appreciate ur help.
Thank u