cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

how to get progress bar for file upload widget

js802686
3-Visitor

how to get progress bar for file upload widget

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

3 REPLIES 3
PaiChung
22-Sapphire I
(To:js802686)

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.

wposner-2
12-Amethyst
(To:js802686)

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.

Top Tags