Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
jsp & form multipart/form-data
Name: liliyaw Date: April 28, 2006 at 14:02:23 Pacific OS: linux CPU/Ram: 524 Product: don't know
Comment:
Hello every one, I'm having a difficulty implementing "multipart/form-data" in my form. When I use <FORM name="mail" action="http://live:8080/jsps/send.jsp" enctype="multipart/form-data" method="POST"> the request in send.jsp CAN NOT see any data of the form, and when I pull enctype="multipart/form-data" out of the form, request can access every piece of information in the form. I have to have enctype="multipart/form-data" in my form for later usage by an Apache library. Can anyone please tell me what's happening here and IF can I have both - enctype="multipart/form-data" in the form AND have the request accessing the data in the form? Thanks in advance.
Summary: Hi all, I am very new to jsp. In my jsp, I am trying to use "multipart/form-data" in my form. When I use <FORM name="form1" action="\test.jsp" enctype="multipart/form-data" method="POST"> I can n...
Summary: Hi, I have developed a website in JSP and I have feedback page in it. I would like to know how do i convert submitted form data in feedback page into email. Once user clicks submit button, i would lik...
Summary: If I look at the code, I have the idea something is missing, ie. the $submit-variable, I dont see where it is created but it is used in the beginning to determine the flow. Same for $source_file, I do...