Skip to content

Commit 54ad713

Browse files
committed
update readme, fix upload input name in index
1 parent 2af23a4 commit 54ad713

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Fork from [tsawler/laravel-filemanager](http://packalyst.com/packages/package/tsawler/laravel-filemanager)
66
* support public and private folders for multi users
77
* customizable views, routes and middlewares
8-
* supported locales : en, fr(not completed yet), zh-TW, zh-CN
8+
* supported locales : en, fr, zh-TW, zh-CN
99

1010
## Requirements
1111

src/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<label for='file_to_upload' class='control-label'>{{ Lang::get('laravel-filemanager::lfm.message-choose') }}</label>
9090
<div class="controls">
9191
<div class="input-group" style="width: 100%">
92-
<input type="file" id="file_to_upload" name="file_to_upload">
92+
<input type="file" id="file_to_upload" name="upload">
9393
</div>
9494
</div>
9595
</div>

0 commit comments

Comments
 (0)