Contents
To view the source for this example, right click the page and click "View source ...".
Boomerang ASP.NET Demo
This demo is linked to asp.net(vb) scripts for saving the uploaded files. The only changes
made when writing this page was changing the URLTo and RedirectTo parameters to point to
.aspx files and not the .asp files as usually used. The .aspx files simply use the request.files
collection on the server to save the files. Note that it is best to keep your upload script in a separate
page from your upload controls when posting to asp.net. ASP.Net can failt to recognize posted data in
most cases if the enctype is multipart/form-data and there was a form control in the script.
Notice that the about button on the toolbar was turned off. You can see how to do this in the code.
Go here to see all available demos for this control ...