Multipart/form-data submission with form URL having ?fooID=anID
Multipart/form-data submission with form URL having ?fooID=anID
- Subject: Multipart/form-data submission with form URL having ?fooID=anID
- From: "Ricardo J. Parada" <email@hidden>
- Date: Fri, 17 Jul 2009 23:44:34 -0400
Hi All,
I have a page with a form where I upload a file. So the form's encoding is multipart/form-data. Then on the browser side, I have some _javascript_ that programmatically adds '?fooID=anID' to the form's URL set in its action attribute.
I was expecting to see fooID in the request's form values but it's nowhere in there. I can see it in the request's URI though. Is this a bug or is this the way multipart/form-data submits work?
If I make the form a normal submit, then the fooID does show up in the request's form values.
Thanks, Ricardo
|
_______________________________________________
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