Computing.Net > Forums > Web Development > jsp & form multipart/form-data

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

Reply to Message Icon

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.



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: jsp & form multipart/form-data

Having issue with multipart/form-data in jsp www.computing.net/answers/webdevel/having-issue-with-multipartformdata-in-jsp/4169.html

Converting form data into email www.computing.net/answers/webdevel/converting-form-data-into-email-/1712.html

PHP Form + FTP upload www.computing.net/answers/webdevel/php-form-ftp-upload/1304.html