%h2 Upload an XMP file
%form{:action => '/upload', :method => :post, :enctype => 'multipart/form-data'}
  %input{:type => :file, :name => :file}
  %input{:type => :submit, :value => "Upload"}