File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/59th
Editing: 59th/config.asp
Full path: C:\ict\ICT\59th\config.asp
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/58th/upload" 'name of folder in http format (note there is no / at end) httpRef = "http://bsris.swu.ac.th/58th/upload" '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;.doc" '----------------------------------------------- %>