Hi,
1.Can anyone please explain the below functions in the step:3.
2.And also tell me how to display a particular value in the screen.
link: https://andrefmota.outsystemscloud.com/RichWidgetsSample/PopupUpload.aspx?(Not.Licensed.For.Production)=
How to use Popup Upload?
1.Can anyone please explain the below functions in the step:3.
2.And also tell me how to display a particular value in the screen.
link: https://andrefmota.outsystemscloud.com/RichWidgetsSample/PopupUpload.aspx?(Not.Licensed.For.Production)=
How to use Popup Upload?
1. Put Popup_Upload web block from RichWidgets inside a container together with a Popup_Editor web block;
2. Name the Popup_Upload link and update the text inside it according to your needs;
3. Create an "OnNotify" action in the screen, to handle the uploaded file information: use the Popup_Upload_GetFile() action to retrieve the data, using the id from the NotifyWidgetGetMessage().
2. Name the Popup_Upload link and update the text inside it according to your needs;
3. Create an "OnNotify" action in the screen, to handle the uploaded file information: use the Popup_Upload_GetFile() action to retrieve the data, using the id from the NotifyWidgetGetMessage().