Customizing the UI

A sample demonstrates how to customize the look and feel of file upload controls.

InsertButtonID ProgressPanelID CancelButtonID Custom HTML
Live demo
Upload File
Choose files to upload Every element here is plain HTML from this page — the uploader only binds the click.

The tile, the progress panel and the cancel icon are all plain HTML written on this page — the uploader only binds to their IDs and drives them.

Read the guide Adding a real-time upload progress bar

What actually drives a progress bar, and how to restyle the rendered markup.