File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/aspUpload
Editing: aspUpload/AspSmartUpload2.asp
Full path: C:\ict\ICT\aspUpload\AspSmartUpload2.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<% Option Explicit %> <html> <head> <title>ThaiCreate.Com ASP & aspSmartUpload</title> </head> <body> ����Ѿ��Ŵ����ҧ � ������� ��������Ҩ��á <table> <tr> <td>adsasdfasdf<td>asdfasdfsdf <tr> </table> <% Dim mySmartUpload Dim intCount '*** Create Object ***' Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload") '*** Upload Files ***' mySmartUpload.Upload '*** Save Path ***' intCount = mySmartUpload.Save(Server.MapPath("upload/")) Response.Write(intCount & " file(s) uploaded.") Set mySmartUpload = Nothing %> </body> </html>