Upload #<%= @upload.id %>

<% if @upload.is_completed? %>

This upload has finished processing. <%= link_to "View the post", post_path(@upload.post_id) %>.

<% elsif @upload.is_pending? %>

This upload is waiting to be processed. Please wait a few seconds.

<% else %>

An error occurred: <%= @upload.status %>

<% end %>