<%= notice %>
Upload file name: <%= @upload.upload_file_name %>
Upload file name: <%= @upload.url(:original) %>
Upload content type: <%= @upload.upload_content_type %>
Upload file size: <%= @upload.upload_file_size %>
Upload updated at: <%= @upload.upload_updated_at %>
<%= link_to 'Edit', edit_upload_path(@upload) %> | <%= link_to 'Back', uploads_path %>