Servlets upload file from form without enctype=“multipart/form-data”

romio8271

New Member
is there a possiblity to upload a file from html forms without using multipart/form-data?I'm using Servlets 2.5 so I can't use getPart method and I still want to use getParameter method to get values from fields.
 
Back
Top