WOFileUpload can't work with Ajax. It's basically impossible for javascript to get access to the file to perform the upload. You need to use the newer Ajax file upload that David made -- AjaxFlexibleFileUpload -- to be able to have it in an AMD.
ms On Sep 1, 2010, at 7:48 AM, Sreenivasulu A wrote: > Hi List, > > I used WOFileUpload in AMD. When I click on AjaxSaveButton, the data and > filePath bindings for WOFileUpload are going to null. > Is there any possibilities to work with this? > > Thanks & Regards, > Sreenivasulu Arveti. > _______________________________________________ > 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/mschrag%40pobox.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]
