Hello Paolo,
You cannot submit two different form with only one submit button.
So if you need to handle 2 or more file upload, you've got to make sure:
-all WOFileUpload belong to the same WOForm
-either have a WORepetition for the number of file to upload or different instance variables (NSData etc) for each WOFileUpload


Xavier



Sorry for another file upload post.

I need to put several file upload in a page in response to some user actions and I have made one form for one WOFileUpload (NSData binding). With one form all work, but with already two form I have a problem which doesn't understand:

<com.webobjects.appserver._private.WOComponentRequestHandler>: Exception occurred while handling request: java.lang.IllegalStateException: <com.webobjects.appserver._private.WOFileUpload> No form data left for WOFileUpload!
...

There is something that prevents to use more than one form with WOFileUpload in the same page ? I'm confusing

Regards

Paolo Sommaruga
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/webobjects% 40anazys.com

This email sent to [EMAIL PROTECTED]


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to