回答編集履歴
1
修正
answer
CHANGED
@@ -8,7 +8,6 @@
|
|
8
8
|
Files:<input type="file" name="files[]" id="select_file" accept="image/*" onchange="check();" multiple>
|
9
9
|
<input type="submit" value="submit">
|
10
10
|
</form>
|
11
|
-
<script type="text/javascript" src="./jquery.js"></script>
|
12
11
|
<script>
|
13
12
|
function check(){
|
14
13
|
var fileList = document.getElementById("select_file").files;
|