Thank you For uploading your file.
<% Set upl = Server.CreateObject(SoftArtisans.FileUp) %>
<% upl.MaxBytes = 1000 '--- limit the upload size to 1000 bytes %>
The maximum file size that you are permitted To upload Is <%=upl.MaxBytes%> bytes.
<% upl.SaveAs C: empupload.out %>
Total Bytes Written: <%=upl.TotalBytes%>
Server File Name: <%=upl.ServerName%>
Total Bytes Transmitted: <%=Request.TotalBytes%>