Skip to content

Instantly share code, notes, and snippets.

@adatta02
Created February 8, 2013 23:51
Show Gist options
  • Save adatta02/4742955 to your computer and use it in GitHub Desktop.
Save adatta02/4742955 to your computer and use it in GitHub Desktop.
<input type="file" id="fileUploads" name="file" multiple />
<div id="uploadContainer">
<div class="uploadedImage">
<img src="myimg.png">
</div>
<span id="newImages"></span>
</div>
<div id="template">
<div class="uploadedImage">
<img src="" />
<div class="progressbar"><span class="bar"></span></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment