Created
September 19, 2012 10:45
-
-
Save buk/3748957 to your computer and use it in GitHub Desktop.
index file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%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