avm-example-app/views/index.haml

5 lines
192 B
Plaintext
Raw Permalink Normal View History

2011-03-23 18:42:54 +00:00
%h2 Upload an XMP file
%form{:action => '/upload', :method => :post, :enctype => 'multipart/form-data'}
%input{:type => :file, :name => :file}
%input{:type => :submit, :value => "Upload"}