I can't upload the filegit add app/views/dmsf_upload/upload_file.html.erb! #786

This commit is contained in:
Karel Picman 2017-10-19 10:57:57 +02:00
parent 18f746e067
commit f1bee8bc93

View File

@ -26,5 +26,5 @@
"original_filename":"<%= @tempfile.original_filename.html_safe %>", "original_filename":"<%= @tempfile.original_filename.html_safe %>",
"content_type": "<%= @tempfile.content_type.gsub('"', '').html_safe %>", "content_type": "<%= @tempfile.content_type.gsub('"', '').html_safe %>",
"disk_filename": "<%= @disk_filename.html_safe %>", "disk_filename": "<%= @disk_filename.html_safe %>",
"tempfile_path": "<%= @tempfile.path.html_safe %>" "tempfile_path": "<%= @tempfile_path.html_safe %>"
} }