Hello Everyone,
I need advice or rather help to get gonig on this issue.
I have a form which accepts name and email and files upload.
When I made enctype=multipart/form-data I was unable to get name and email values in SERVLET. So what I did is on Page 1, asking User to enter Name and email. And on Page 2, giving only Mutlitple files upload option.
What I need now is a servlet which accepts all this values from user and calls the stored procedure and send this values.
Code will help !!
I need advice or rather help to get gonig on this issue.
I have a form which accepts name and email and files upload.
When I made enctype=multipart/form-data I was unable to get name and email values in SERVLET. So what I did is on Page 1, asking User to enter Name and email. And on Page 2, giving only Mutlitple files upload option.
What I need now is a servlet which accepts all this values from user and calls the stored procedure and send this values.
Code will help !!