ENCTYPE="multipart/form-data" and request.getParameter();
843835Nov 27 2002 — edited Jan 13 2009while using ENCTYPE="multipart/form-data" with posting of the form, request.getParameter returns null. There are some text fields in my form, one is file type. I am using JSPSmartUpload for uploading the files. How can I acheive my goal? Can file uploading works without using ENCTYPE="multipart/form-data"? what's the function of ENCTYPE="multipart/form-data" while posting the data?
thx in advance
Usman