Skip to content

Commit

Permalink
#7 Web interface
Browse files Browse the repository at this point in the history
Fixed file upload bug
  • Loading branch information
DreyerChris committed Aug 23, 2017
1 parent 90f6f56 commit 4c927e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2 class="section-heading">Demo</h2>
<div class="file-upload-container col-sm-2 col-sm-offset-3">
<input type="file" name="objfile" id="objfile" class="input-file-hidden" accept=".obj"/>

<label for="file"><i class="fa fa-upload" aria-hidden="true"></i></label><br>
<label for="objfile"><i class="fa fa-upload" aria-hidden="true"></i></label><br>

Upload own .obj file
</div>
Expand Down

0 comments on commit 4c927e2

Please sign in to comment.