diff options
| author | Roland Stigge <stigge@antcom.de> | 2018-01-20 17:02:32 +0100 | 
|---|---|---|
| committer | Roland Stigge <stigge@antcom.de> | 2018-01-20 17:02:32 +0100 | 
| commit | 54643c4c4cbaa47cd99245c6826f4a78b47229e3 (patch) | |
| tree | cf6ee38bc31e821d8c6d81a8170d2a81c2268dd0 /html/index.html | |
| parent | 06cd368cd111a4ef61786bc70f1e95eaa3540b5d (diff) | |
Multiple file uploads at oncev1.3
Diffstat (limited to 'html/index.html')
| -rw-r--r-- | html/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/html/index.html b/html/index.html index 40390e0..80fa1d8 100644 --- a/html/index.html +++ b/html/index.html @@ -15,7 +15,7 @@  				<td class="menusymbol" onclick="showMenu();"><img src="menu.png"/></td>  				</tr>  			</table> -			<input id="uploadfile" type="file" onchange="onUploadFile();" hidden/> +			<input id="uploadfile" type="file" onchange="onUploadFile();" multiple hidden/>  			<table class="menu">  				<tr>  					<td class="firsttd"></td> | 
