multipart/form-data issue
multipart/form-data issue
- Subject: multipart/form-data issue
- From: Rukmal Dias <email@hidden>
- Date: Mon, 2 Mar 2009 16:56:14 +0530
hi,
I'm using a form and there is file upload comp. in the form too
Therefore form declaration :
Form : WOForm {
multipleSubmit = true;
enctype = "multipart/form-data";
}
There is a submit button (there r many submit buttons in the form) and
when I clicked that button it is not going to relevant method
in controller class. When I comment "enctype = "multipart/form-data""
then it goes to relevant method.
can anyone tell me what can be the issue ?
thanks
Rukmal
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden