From 0acb66d4fb1e395822bc2ee5f0c0bc94fe239b29 Mon Sep 17 00:00:00 2001 From: Espen Antonsen Date: Sun, 25 Sep 2011 14:54:21 +0800 Subject: [PATCH] flash as default uploader. plupload keeps having issues with html5 upload (though works now) --- app/views/photos/upload.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/photos/upload.html.erb b/app/views/photos/upload.html.erb index bdc8200..447ea98 100644 --- a/app/views/photos/upload.html.erb +++ b/app/views/photos/upload.html.erb @@ -8,7 +8,7 @@ $(document).ready(function() { $("#uploader").pluploadQueue({ // General settings - runtimes : 'html5,browserplus,flash,silverlight,gears', + runtimes : 'flash,html5,browserplus,silverlight,gears', url : '<%= photos_path %>', max_file_size : '10mb', multipart: true,