Hello,
I have a table records that has a button with destination to the rich widget popup upload.
On the other hand, I have another button with purpose to send the image binary data, file name and file type through an API. I believe the function to get the details of the image is this one:
If I am correct, how do I send the Id of the image from the table records in order to be able to send that image data through the API?
Hi Edgardo,
In general, you should avoid using RichWidgets except for things like the FeedbackMessage. As you can see in the description, Popup_Upload_GetFile is deprecated, and so I think is the Popup_Upload itself.
That said, the Id input of Popup_Upload_GetFile is the Id returned in the OnNotify of the Popup_Upload pop-up, as mentioned in the description.