Advertisement
Guest User

Untitled

a guest
May 27th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <div id="main">
  2.         <h1>Upload Your Images</h1>
  3.             <input type="file" name="images" id="images" multiple />
  4.             <input type="submit" name="btn" id="btn" value="Upload" /
  5.  
  6.            <div id="response"></div>
  7.                
  8.  
  9.                 <ul id="image-list">
  10.  
  11.                 </ul>
  12.             </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement