Skip to content

Commit

Permalink
Merge pull request remy#47 from jamierytlewski/patch-1
Browse files Browse the repository at this point in the history
Removing the min attribute as it is not valid.
  • Loading branch information
remy committed Aug 26, 2014
2 parents bd6bf04 + ca4324c commit 16bea8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/dnd-upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<p id="filereader">File API &amp; FileReader API not supported</p>
<p id="formdata">XHR2's FormData is not supported</p>
<p id="progress">XHR2's upload progress isn't supported</p>
<p>Upload progress: <progress id="uploadprogress" min="0" max="100" value="0">0</progress></p>
<p>Upload progress: <progress id="uploadprogress" max="100" value="0">0</progress></p>
<p>Drag an image from your desktop on to the drop zone above to see the browser both render the preview, but also upload automatically to this server.</p>
</article>
<script>
Expand Down Expand Up @@ -113,4 +113,4 @@
};
}

</script>
</script>

0 comments on commit 16bea8b

Please sign in to comment.