flash as default uploader. plupload keeps having issues with html5 upload (though works now)

master
Espen Antonsen 2011-09-25 14:54:21 +08:00
parent b70757c7a4
commit 0acb66d4fb
1 changed files with 1 additions and 1 deletions

View File

@ -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,