File Manager
Back to List
| Current Directory: ~/
Editing: config_Thesis.asp
Full path: C:\ict\ICT\config_Thesis.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 = "C:/ict/ICT/Thesis" 'name of folder in http format (note there is no / at end) httpRef = "http://bsris.swu.ac.th/Thesis" '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 = ".gif;.jpg;.doc;.pdf;.docx;.JPG;.ppt;.htm;.html" '----------------------------------------------- %>