Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello,
I want to show a progress bar when user click on in-built upload button (as part of file upload widget). I have make ShowDataLoading property as true but still it is not showing progress bar.
could you please help to resolve this issue?
Thanks,
Jigar
If that isn't working (not sure why)
perhaps you can just use an animated gif and show/hide that while an upload is in flight.
Upload Widget has only UploadSuccess and UploadFail Event. It does not have something like UploadStart or UploadEnd Event where I can do this.
You can easily customize the upload widget to add those events. It wouldn't be too much additional effort to add the extra html to display/hide the progress bar, but the easiest thing would be to just add the events and then use those to display something inside of your mashup.