ActiveXObjects.com - Example
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 ...

ACTIVEX ALTERNATIVE

Select your files for upload here. You are seeing this form because your browser does not support ActiveX, or you have disabled ActiveX in your browser settings. This demonstrates cross browser handling, as well as showing how the uploads from Merlix upload controls can be handled by your usual upload script.