From f1bee8bc938fb2b5168481a6f735fa54cd80fb72 Mon Sep 17 00:00:00 2001 From: Karel Picman Date: Thu, 19 Oct 2017 10:57:57 +0200 Subject: [PATCH] I can't upload the filegit add app/views/dmsf_upload/upload_file.html.erb! #786 --- app/views/dmsf_upload/upload_file.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dmsf_upload/upload_file.html.erb b/app/views/dmsf_upload/upload_file.html.erb index 2f2d8a06..afe68838 100644 --- a/app/views/dmsf_upload/upload_file.html.erb +++ b/app/views/dmsf_upload/upload_file.html.erb @@ -26,5 +26,5 @@ "original_filename":"<%= @tempfile.original_filename.html_safe %>", "content_type": "<%= @tempfile.content_type.gsub('"', '').html_safe %>", "disk_filename": "<%= @disk_filename.html_safe %>", - "tempfile_path": "<%= @tempfile.path.html_safe %>" + "tempfile_path": "<%= @tempfile_path.html_safe %>" }