Hi,
I added a form in my web application.
When I am submitting the form, data is not available in servlet.
Please let me know which step I am missing.
Thanks
Krishan
You need to be logged in to post messages
Hi,
I added a form in my web application.
When I am submitting the form, data is not available in servlet.
Please let me know which step I am missing.
Thanks
Krishan
I tried many things but unable to submit form data to servlet.
In last I removed enctype="multipart/form-data" from form tag and then form data was available in servlet. I tried to find out the reason why data is not available in case of enctype="multipart/form-data" in form tag, but did not get any solid reason.
I find some relation of forms having enctype="multipart/form-data" with config.xml but did not understand it fully.
Kindly help me to understand the uploading file functionality.
I want to create a form for uploading resume with some additional information. Please let me know if I can use any existing functionality like com.concursive.connect.web.modules.fileattachments/FileAttachments.java or something else?
Thanks for your help
Krishan Babbar