2010-10-04から1日間の記事一覧

mechanize:Mechanize::Form#file_upload_with, #file_upload

以下のような HTML で <html> <head> <title>form test</title> </head> <body> <form method="get" action="cgi/foo00.cgi" name="form1"> <input type="file" name="File" /> </form> </body> </html>>> require 'mechanize' => true >> agent = Mechanize.new => #<Mechanize:0xb74b3540 ... >> page = agent.get('http://127.0…</mechanize:0xb74b3540>