Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <form action="UploadServlet" enctype="multipart/form-data" method="POST">
  2. <input type="file" id="uploadName" name="file">
  3. <button type="submit" id="uploadButton" class="btn btn-primary">Upload</button>
  4. </form>
  5.  
  6. <button id="uploadButton" name="anyname" type="submit" class="btn btn-primary">Upload</button>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement