File Manager
Back to List
| Current Directory: ~/
Editing: detail_stu_evidence.asp.bak
Full path: C:\ict\ICT\detail_stu_evidence.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<% Set ors_file=server.createobject("adodb.recordset") sql_file="select * from thesis_report_file2 where id_activity='"&id_activity&"' and id_status='1' and id_table='"&id_table&"'" ors_file.open sql_file,conn,1,3 If Not ors_file.eof Then ors_file.movefirst n=1 Do While Not ors_file.eof Response.write " [<a href=../fileprogress/"&ors_file("file_name")&" target=_blank>File"&n&"</a>]" n=n+1 ors_file.movenext loop Else Response.write "No file" End If %>