Skip to content

Instantly share code, notes, and snippets.

@buk
Created September 19, 2012 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buk/3748957 to your computer and use it in GitHub Desktop.
Save buk/3748957 to your computer and use it in GitHub Desktop.
index file
%body
%h1 ipa Datei auswaehlen und hochladen
%form#upload{ :enctype => "multipart/form-data", :action => "/upload", :method => "post"}
%input{ :name=> "file", :type => "file"}
%label{ :for => "message[customer_dir]"}Kunde:
%input{ :type => "text", :customer_dir => "Kunde" }
%input{ :type=> "submit", :value => "Upload"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment