Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -117,7 +117,7 @@ and is wrapped around the whole page content, except for the footer in this exam | ... | @@ -117,7 +117,7 @@ and is wrapped around the whole page content, except for the footer in this exam |
117 | 이름: <input type="text" name="student_name"><br><br> | 117 | 이름: <input type="text" name="student_name"><br><br> |
118 | <input type="file" id="fileloader" name="file" onchange="loadFile(event)" autocomplete="off" accept="image/jpeg" required disabled> | 118 | <input type="file" id="fileloader" name="file" onchange="loadFile(event)" autocomplete="off" accept="image/jpeg" required disabled> |
119 | <div> | 119 | <div> |
120 | - <img id="imagefile" style="display:none;"> | 120 | + <img id="imagefile"> |
121 | <canvas id="preview"></canvas> | 121 | <canvas id="preview"></canvas> |
122 | </div> | 122 | </div> |
123 | <input id="sender" type="button" onclick="submit" value="등록" disabled> | 123 | <input id="sender" type="button" onclick="submit" value="등록" disabled> | ... | ... |
-
Please register or login to post a comment