6 messages in com.canoo.lists.webtest[Webtest] multipart form
FromSent OnAttachments
paul ng10 Apr 2003 23:03 
paul ng14 Apr 2003 17:59 
Aatish Arora14 Apr 2003 23:11 
Healey, Thomas15 Apr 2003 03:53 
Jeff Nielsen15 Apr 2003 05:09.java, .java, .java
paul ng16 Apr 2003 03:51 
Subject:[Webtest] multipart form
From:paul ng (ng_p@hotmail.com)
Date:04/14/2003 05:59:29 PM
List:com.canoo.lists.webtest

Hi all,

Have anyone been successfully in processing a multipart form using WebTest? I've encountered error whenever i have enctype="mulipart/form-data" in my HTML FORM tag. Here is an example. The FORM works only when I remove the enctype and INPUT tag with type file.

<FORM action="http://server.com/cgi/handle" enctype="multipart/form-data" method="post"> <P> What is your name? <INPUT type="text" name="submit-name"><BR> What files are you sending? <INPUT type="file" name="files"><BR> <INPUT type="submit" value="Send"> <INPUT type="reset"> </FORM>