<%@ Page Language=VB Debug=true %>Upload Sample PageEnter the name and path of the file to upload: id="MyFile" type="file" runat="server">Enter the name only to save the file as: id="txtFileSaveAs" type="text" runat="server"> id="TheMessage" runat="server"> runat="server" type=button value="Upload" OnServerClick="SubmitButton_Click" >