Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I want to show Progress (Loading GIF) while any File is being Upload using File Upload Widget in TWX 8.5.
As there is only 2 Events available for File Upload widget i.e. UploadComplete and UploadFailed not able to get trigger when actual Upload is Started.
Currently I am doing it based on FileName Property whenever there is a Selected File I am showing Image and once the UploadCompleted is triggered I am hiding the Image, but problem with this approach is as soon as user select a file, Image is set to Visible irrespective of whether User Clicked on Upload Button of File Widget.
Have attached a file for Reference.
Any help or suggestion is appreciated, Thanks.
I think what you want to do is not possible with the standard widget, you will likely have to create a custom one.