Skip to content

Commit 0acb66d

Browse files
committed
flash as default uploader. plupload keeps having issues with html5 upload (though works now)
1 parent b70757c commit 0acb66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/photos/upload.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $(document).ready(function() {
88

99
$("#uploader").pluploadQueue({
1010
// General settings
11-
runtimes : 'html5,browserplus,flash,silverlight,gears',
11+
runtimes : 'flash,html5,browserplus,silverlight,gears',
1212
url : '<%= photos_path %>',
1313
max_file_size : '10mb',
1414
multipart: true,

0 commit comments

Comments
 (0)