(trunk web) #1920 multi upload support for browsers that suport it

This commit is contained in:
Kevin Glowacz 2009-05-25 21:53:50 +00:00
parent ff841806e0
commit a6eac2f2ab
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@
enctype="multipart/form-data" target="torrent_upload_frame">
<div class="dialog_message">
<label for="torrent_upload_file">Please select a torrent file to upload:</label>
<input type="file" name="torrent_file" id="torrent_upload_file"/>
<input type="file" name="torrent_files[]" id="torrent_upload_file" multiple="multiple" />
<label for="torrent_upload_url">Or enter a URL:</label>
<input type="text" id="torrent_upload_url"/>
</div>