ASP.NET File Upload Progress - PreserveSpace property

This example demonstrates PreserveSpace property use. Place for the control is preserved in this example.

Example code

<%@ Register TagPrefix="fup" Namespace="OboutInc.FileUpload" Assembly="obout_FileUpload" %>
...
<input type=file name="myFile1"><br/>
<input type=file name="myFile2"><br/>
<input type=file name="myFile3"><br/>

<fup:FileUploadProgress
     OnClientProgressStopped="function(){alert('Files uploaded to server');}"
     PreserveSpace="true"
     runat="server"
/>

<input type=submit value="submit" name="mySubmit"><br/>







"The grid itself is excellent. I'm amazed by what you have accomplished with it. It has become the main control for our pages due to our customers responses to layouts with it."

Mark Butler
Achieve Technology