Page 1 of 1
How to control the upload process of File Upload widget
Posted: Tue Feb 25, 2014 2:23 pm
by siavash
Hi folks
How can I control the upload process of this widget? I would like to have this widget does the upload process when I click a button. not any time that the application send a request to server.
Thanks in advance
Re: How to control the upload process of File Upload widget
Posted: Tue Feb 25, 2014 5:01 pm
by David
This is the way the widget is designed -- the processing occurs when the screen is submitted to the server, like any other widget. If you want it to be separate, you could put the widget into a window record format by itself. The user could click on a button 'Upload Files' to bring up the window.
You can also condition the 'visibility' property, if you don't want the widget to appear in some situations.
Does that help?
Re: How to control the upload process of File Upload widget
Posted: Fri Feb 28, 2014 1:26 pm
by siavash
Well this way will change the way I wanted to present the application.
But thanks. I found another way to do this.
Thank you