We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b70757c commit 0acb66dCopy full SHA for 0acb66d
app/views/photos/upload.html.erb
@@ -8,7 +8,7 @@ $(document).ready(function() {
8
9
$("#uploader").pluploadQueue({
10
// General settings
11
- runtimes : 'html5,browserplus,flash,silverlight,gears',
+ runtimes : 'flash,html5,browserplus,silverlight,gears',
12
url : '<%= photos_path %>',
13
max_file_size : '10mb',
14
multipart: true,
0 commit comments