File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/research
Editing: research/progressupload.asp
Full path: C:\ict\ICT\research\progressupload.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<% Response.Expires = -10000 Server.ScriptTimeOut = 300 Set theForm = Server.CreateObject("ABCUpload4.XForm") Set theField = theForm("search_abstr")(1)'show filename filename=theField.SafeFileName theForm.Overwrite = True theForm.MaxUploadSize = 8000000 theForm.ID = Request.QueryString("ID") Set theField = theForm("search_abstr")(1) If theField.FileExists Then theField.Save "images/" &theField.FileName End If %> <html> <body> <%response.write filename 'show filename %> Upload Complete... </body> </html>