Skip to content
Snippets Groups Projects
Commit 17ea80ca authored by pabois's avatar pabois
Browse files

direct upload for extranet documents

parent c1fcc983
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,9 @@
<div class="col-md-8">
<%= osuny_panel t('content') do %>
<%= f.input :name %>
<%= f.input :file, as: :single_deletable_file %>
<%= f.input :file,
as: :single_deletable_file,
direct_upload: true %>
<% end %>
</div>
<div class="col-md-4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment