Disable Widgets till File Upload is complete

2010-10-05 Thread Nitin
HI! I am developing a web application in which the user selects several files and submits for file upload in a form. My problem is, I want to disable all the widgets on the form panel till the file Upload is complete. Currently, in my application, when the file upload begins, the user can still

Re: Disable Widgets till File Upload is complete

2010-10-05 Thread lineman78
disable them in a submit handler and you can re-enable them in a submit complete handler. On Oct 5, 10:57 pm, Nitin nkam...@gmail.com wrote: HI! I am developing a web application in which the user selects several files and submits for file upload in a form. My problem is, I want to disable