Improve upload handling (server-side and UI).

This commit is contained in:
Bart Kamphorst
2018-11-07 11:06:25 +01:00
parent 6857995442
commit 64c4ee9c05
13 changed files with 65 additions and 43 deletions
-4
View File
@@ -64,10 +64,6 @@ module Precious
@allow_uploads
end
def upload_dest
@upload_dest
end
def format
@format = (@page.format || false) if @format.nil?
@format.to_s.downcase