File Manager
Back to List
| Current Directory: ~/
Editing: config_command.asp.bak
Full path: C:\ict\ICT\config_command.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<% '----------------------------------------------- 'name of folder (note there is no / at end) strFolder = "d:/wwwroot/ict/command" 'name of folder in http format (note there is no / at end) httpRef = "http://bsris.swu.ac.th/command" 'the max size of file which can be uploaded, 0 will give unlimited file size lngFileSize = 0 'the files to be excluded (must be in format ".aaa;.bbb") 'and must be set to blank ("") if none are to be excluded strExcludes = "" 'the files to be included (must be in format ".aaa;.bbb") 'and must be set to blank ("") if none are to be excluded strIncludes = ".pdf" '----------------------------------------------- %>