Re: AjaxFlexibleFileUpload, AjaxProgressBar

2025-05-29 Thread Aaron Rosenzweig via Webobjects-dev
Hi Stavros, AjaxFlexibleFileUpload has an “oncomplete” (or something similar) binding. You could use that to invoke some javascript. For example you could add an “AjaxSubmitButton” and bind the “functionName” binding there and use that name in the “oncomplete” binding of the file upload. Imagin

AjaxFlexibleFileUpload, AjaxProgressBar

2025-05-29 Thread Stavros Panidis via Webobjects-dev
Hi, A question, maybe silly, but I am not experienced. I try to upload a file using AjaxFlexibleFileUpload and then import in to database using AjaxProgressBar. Everything works fine, file upload and then imported correctly to database, except that I can’t redirect to another Component. Can I