Re: WOFileUpload ANOTHER bug
Re: WOFileUpload ANOTHER bug
- Subject: Re: WOFileUpload ANOTHER bug
- From: Hsu <email@hidden>
- Date: Thu, 6 Mar 2003 09:11:15 -0800
Yes, the new 5.2 WOFileUpload is incredibly buggy. The bugs include:
1) The 'overwrite' binding seems to be ignored on Windows. Existing
files will never be overwritten with fileToStream.
2) If a WOFileUpload is the FIRST element of a form in a
multiple-submit form, the submit button actions won't be called. You
need to put another dynamic element (a hidden input if neccesary)
first in the form. Or don't use a multiple submit form.
3) If there's one multipart/form-data encoded form using WOFileUpload
on a page, then EVERY form on the page must be the same. Other
ordinary forms will refuse to process if there's a WOFileUpload on the
page unless they are also multipart/form-data encoded. And
multipart/form-data encoded forms MUST have a file upload in them, or
they won't process either.
These should be fixed in an upcoming update.
Karl
--
I become a transparent eyeball; I am nothing; I see all; the currents
of the Universal Being circulate through me; I am part or particle of
God.
Homepage:
http://homepage.mac.com/khsu/index.html
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.