File Manager
Back to List
| Current Directory: ~/
Editing: upload.asp.bak
Full path: C:\ict\ICT\upload.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#include file="inc_cache_control.asp"--> <!--#include file="inc_access_control.asp"--> <!--#include file="chk_login.asp"--> <% '***************************************************************** session("tb_name")="lecturer" %> <!--#include file="chk_permission.asp"--> <% '***************************************************************** if session("tb_preview") = 1 and session("tb_edit")=1 then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ %> <HTML> <HEAD> <TITLE>Test Free ASP Upload</TITLE> <style> BODY {background-color: white;font-family:arial; font-size:12} </style> <script> function onSubmitForm() { var formDOMObj = document.frmSend; if (formDOMObj.attach1.value == "" && formDOMObj.attach2.value == "" && formDOMObj.attach3.value == "" && formDOMObj.attach4.value == "" ) alert("Please press the browse button and pick a file.") else return true; return false; } </script> </HEAD> <BODY> <br><br> <div style="border-bottom: #A91905 2px solid;font-size:16">Upload files to your server</div> <form name="frmSend" method="POST" enctype="multipart/form-data" action="uploadTester.asp" > <B>File names:</B><br> File : <input name="attach1" type="file" size=35><br> <br> <input style="margin-top:4" type=submit value="Upload"> </form> <% id_lecturer=request("id_lecturer") session("id_lecturer")=id_lecturer %> </BODY> </HTML> <% else '���Է� response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" response.write "<meta http-equiv=refresh content =4;url=javascript:history.back();>" '���Է� end if '���Է� %>