| |
Upload
Your Files
Browse to your computer, select the files to be uploaded,
click open, and then click the upload button to send files.
<%
Dim diagnostics
if Request.ServerVariables("REQUEST_METHOD") <> "POST" then
diagnostics = TestEnvironment()
if diagnostics<>"" then
response.write ""
response.write diagnostics
response.write " After you correct this problem, reload the page."
response.write " "
else
response.write ""
OutputForm()
response.write " "
end if
else
response.write ""
OutputForm()
response.write SaveFiles()
response.write "
"
end if
%>
|