Example demonstrates how to use Java Script features to show Progress bar Window and "Cancel Upload" button.
To synchronize the progress bar with the upload process the same ID must be passed to both files.
If Java Scripts disabled then "Cancel" button will be hidden and Progress bar won't be shown.


Click "Stop" at your browser while upload - example will save only fully loaded files and shows saved files names in Progress window!

By default example uses fully HTML Form. To use ASP.NET Form with runat="server" parameter:
1. Add runat="server" parameter to form and remove "action" parameter.
2. Add upload result processing code to Page_load event.

Note! Choose large files to see a progress bar.
File 1:
File 2:

   

Other examples

Used files: Bin\Element-IT.PowUpload.dll, Web.Config, UploadWithProgressBar.htm, Multiplefilesupload.aspx, Progress.aspx, PowUploadScripts.js, images\cancelbutton.gif, Styles.css [Optional]