avm-example-app/views/index.haml
2011-03-23 14:42:54 -04:00

5 lines
192 B
Plaintext

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