Web Application Server Test File Uploading

This page allows files to be uploaded to the web server

<#sinfo1> 

Upload File Name (select using Browse):



(Max file size is <#sMaxFileSize>)

File Title



  (uses MIME type multipart/form-data)

This page can also be used to POST binary files using MIME type application/octet-stream or application/binary with URL parameters FileName and FileTitle, ie:

<#sPageUrl>?FileName=MyFile&FileTitle=MyTitle

Return to Home Page