5 lines
192 B
Plaintext
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"}
|