Advertisement
Guest User

Code that causes the chrome bug

a guest
Jan 2nd, 2011
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.43 KB | None | 0 0
  1. <form action="write.php" method="post" enctype="multipart/form-data">
  2.     <label for="title">Title:</label><br />
  3.     <input name="title" id="title" type="text" maxlength="150" />
  4.     <br>
  5.     <label for="description">Description:</label><br />
  6.     <textarea name="description" id="description"></textarea>
  7.     <br>
  8.     <label for="file">Image:<label>
  9.     <input type="file" name="file" id="file" />
  10.     <br>
  11.     <input type="submit" value="Upload!" />
  12. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement