Guest User

Untitled

a guest
Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <form method="post" action="uploadfile.php">
  2. <input type="hidden" name="MAX_FILE_SIZE" value="300000" />
  3. Image: <input name="ImageFile" type="file" /><br />
  4. <input type="submit" value="Add Image" /><br />
  5. </form>
  6.  
  7. enctype="multipart/form-data"
Add Comment
Please, Sign In to add comment