File Manager
Back to List
| Current Directory: ~/
Editing: upload_stu.asp.bak
Full path: C:\ict\ICT\upload_stu.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")="student" id_stu=request("id_stu") %> <!--#include file="chk_permission.asp"--> <% '***************************************************************** if session("tb_preview") <> 1 and session("tb_edit")<>1 or session("id_stu1") = id_stu 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_stu.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_stu=request("id_stu") session("id_stu")=id_stu %> </BODY> </HTML> <% else '���Է� response.write "<tr><td colspan=3><center>�س������Է����� �س���ѵԹ��" response.write "<meta http-equiv=refresh content =4;url=javascript:history.back();>" '���Է� end if '���Է� %>