2021-01-01から1年間の記事一覧

【できねぇ】Ruby + Mechanize でファイルアップロード

<form enctype="multipart/form-data" action="https://hoge/hoge.cgi" method="post"> <input name="header" type="radio" id="header_0" value="0" checked=""> <input name="header" type="radio" id="header_1" value="1"> <input name="format" type="radio" id="format_CSV" value="CSV" checked=""> </form>