Re: Ajax and multiple file uploads

2012-05-16 Thread Amedeo Mantica
Interesting. I'll look into it. But I'm pretty sure we need a dynamically generated iframe Sent from my iPhone On 16/mag/2012, at 02:34, Lon Varscsak lon.varsc...@gmail.com wrote: Hey All, I need a way to upload multiple files (assuming the browser supports it) and give an ajax

AjaxUpdateContainer Empty Reponse

2012-05-16 Thread Pranathi Chepur
Hi, I see some weird behavior with AjaxUpdateContainer which is being triggered by a AjaxObserveField as shown in the code below. Container is updated, but the response is empty. This makes the UI field vanish all of the sudden. This behavior is not consistent and changes each time. Anyone

Re: AjaxUpdateContainer Empty Reponse

2012-05-16 Thread Tim Worman
Pranathi: Some things that have commonly caused similar issues for me: 1. WOConditionals - do you have any conditionals on this page that may not be getting evaluated properly on Ajax update? 2. ajax-y elements in repetitions that do not have unique id's. Tim UCLA GSEIS On May 16, 2012, at

Re: AjaxUpdateContainer Empty Reponse

2012-05-16 Thread Pranathi Chepur
Thanks for getting back Tim. Updated the code as per your suggestions. But I still have the same issue. Anything else that could have gone wrong? Regards Pranathi From: Tim Worman li...@thetimmy.com To: Pranathi Chepur pranath...@yahoo.com Cc: WebObjects DEV