- putting 'gears' as the first option for plupload
This commit is contained in:
parent
842de29d4d
commit
28da7488b0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
$("#plupload_files").pluploadQueue({
|
$("#plupload_files").pluploadQueue({
|
||||||
// General settings
|
// General settings
|
||||||
runtimes : 'html5,html4',
|
runtimes : 'gears, html5, html4',
|
||||||
url : '/Plupload/upload/format/json',
|
url : '/Plupload/upload/format/json',
|
||||||
chunk_size: '5mb',
|
chunk_size: '5mb',
|
||||||
multiple_queues : 'true',
|
multiple_queues : 'true',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue