flash as default uploader. plupload keeps having issues with html5 upload (though works now)
This commit is contained in:
parent
b70757c7a4
commit
0acb66d4fb
|
@ -8,7 +8,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
$("#uploader").pluploadQueue({
|
$("#uploader").pluploadQueue({
|
||||||
// General settings
|
// General settings
|
||||||
runtimes : 'html5,browserplus,flash,silverlight,gears',
|
runtimes : 'flash,html5,browserplus,silverlight,gears',
|
||||||
url : '<%= photos_path %>',
|
url : '<%= photos_path %>',
|
||||||
max_file_size : '10mb',
|
max_file_size : '10mb',
|
||||||
multipart: true,
|
multipart: true,
|
||||||
|
|
Loading…
Reference in a new issue