Not really addressing your direct issue, but you might want to also check out this as an option:
https://jenkins.wocommunity.org/job/Wonder7/lastSuccessfulBuild/javadoc/er/ajax/AjaxFlexibleFileUpload.html Regards, Mark On Sep 27, 2019, at 2:17 PM, Theodore Petrosky via Webobjects-dev <webobjects-dev@lists.apple.com<mailto:webobjects-dev@lists.apple.com>> wrote: so you found this: https://wiki.wocommunity.org/display/documentation/WOFileUpload<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.wocommunity.org_display_documentation_WOFileUpload&d=DwMFAg&c=BNNF-YNv0CLLslhP2Bcx5Q&r=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA&m=rQyE7-9D06kvALTUEsvKG-o30EluoQ57BADdODhu7-I&s=OO2XxV6RW0er2kIEe9dSrC2-hEufdr-09U8NNNl7aLY&e=> also if you are new to project Wonder, take a look at the videos here: https://wiki.wocommunity.org/display/WOCOM/WOWODC+Conferences<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.wocommunity.org_display_WOCOM_WOWODC-2BConferences&d=DwMFAg&c=BNNF-YNv0CLLslhP2Bcx5Q&r=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA&m=rQyE7-9D06kvALTUEsvKG-o30EluoQ57BADdODhu7-I&s=X4QmXfcs2hhuw-yhrvkMaMtwqAZRgyIKUtRH8UTrVII&e=> of course you can also find the podcasts in iTunesl at: https://www.wocommunity.org/podcasts/wopodcasts.xml<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.wocommunity.org_podcasts_wopodcasts.xml&d=DwMFAg&c=BNNF-YNv0CLLslhP2Bcx5Q&r=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA&m=rQyE7-9D06kvALTUEsvKG-o30EluoQ57BADdODhu7-I&s=v2S9vYxCcXRvJNH5ThjOI1dN4QNWzCX6zhhFHOxQtiM&e=> hope this helps a little I have only done file uploads in my D2W apps. Ted On Sep 27, 2019, at 12:43 PM, Harjinder Singh via Webobjects-dev <webobjects-dev@lists.apple.com<mailto:webobjects-dev@lists.apple.com>> wrote: Hello, We are introducing of project wonder into our project. We have a a problem with WOFileUpLoad. We only have it in one of the screens and it stopped working. The app does not provide any stack trace in the logs, the submit button after browse just starts refreshing the page. As stated in the following link https://en.wikibooks.org/wiki/WebObjects/Web_Applications/Development/Localization_and_Internationalization<https://urldefense.proofpoint.com/v2/url?u=https-3A__en.wikibooks.org_wiki_WebObjects_Web-5FApplications_Development_Localization-5Fand-5FInternationalization&d=DwMFAg&c=BNNF-YNv0CLLslhP2Bcx5Q&r=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA&m=rQyE7-9D06kvALTUEsvKG-o30EluoQ57BADdODhu7-I&s=E5YVJ2a4UU_tr80rfTTRWQadNAyQVQzd5DaM9xaoevA&e=> There are some issues with UTF-8 and WOFileUpload. We made the changes as listed and also added the launch parameter. -WOUseLegacyMultipartParser true So far no luck in fixing the issue. WOFileUpload components works as intended without project wonder. Any help is greatly appreciated. Here is the html and wod code. HTML: <webobject name = "attachForm"> <webobject name="fileUpload"></webobject> <webobject name="fileUploadSubmitButton"></webobject> </webobject> WOD: attachForm: WOForm { multipleSubmit = true; enctype = "multipart/form-data"; } Thanks, Harjinder Singh | Sr. Programmer Analyst PortfolioAid t. 416-479-4413 | e. harjind...@portfolioaid.com<mailto:harjind...@portfolioaid.com> a. 166 Pearl Street, Suite 200 Toronto, ON M5H 1L3 Find PortfolioAid on: our website<https://urldefense.proofpoint.com/v2/url?u=http-3A__portfolioaid.com_&d=DwMFAg&c=BNNF-YNv0CLLslhP2Bcx5Q&r=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA&m=rQyE7-9D06kvALTUEsvKG-o30EluoQ57BADdODhu7-I&s=skxv0nhBUfo_lukixpD29QhLqtSlxI5yuNhKxyldIKk&e=> | linkedin<https://urldefense.proofpoint.com/v2/url?u=http-3A__linkd.in_18SQTYR&d=DwMFAg&c=BNNF-YNv0CLLslhP2Bcx5Q&r=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA&m=rQyE7-9D06kvALTUEsvKG-o30EluoQ57BADdODhu7-I&s=nooAV9o57u6JD2tX11VuvUcZYlkAJJEsoN-J7yCDXww&e=> | twitter<https://urldefense.proofpoint.com/v2/url?u=https-3A__twitter.com_portfolioaid&d=DwMFAg&c=BNNF-YNv0CLLslhP2Bcx5Q&r=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA&m=rQyE7-9D06kvALTUEsvKG-o30EluoQ57BADdODhu7-I&s=UzI732H9BXkI5NsWcTgD4_0ncshyyEkHyArmH6knUyk&e=> This e-mail may be privileged and confidential. If you received this e-mail in error, please do not use, copy or distribute it, but advise me immediately (by return e-mail or otherwise), and delete the e-mail. _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com<mailto:Webobjects-dev@lists.apple.com>) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.apple.com_mailman_options_webobjects-2Ddev_tedpet5-2540yahoo.com&d=DwMFAg&c=BNNF-YNv0CLLslhP2Bcx5Q&r=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA&m=rQyE7-9D06kvALTUEsvKG-o30EluoQ57BADdODhu7-I&s=m6rXZua5DyrKxRHJwE49jkRsEUtV6kTEKnbAlUgQ-Us&e=> This email sent to tedp...@yahoo.com<mailto:tedp...@yahoo.com> _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com<mailto:Webobjects-dev@lists.apple.com>) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/mark.morris%40experian.com This email sent to mark.mor...@experian.com<mailto:mark.mor...@experian.com>
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com