LoginSignup
0
2

More than 3 years have passed since last update.

画像投稿ボタンのCSS

Last updated at Posted at 2020-01-20

なんとなく納得いかなかったけど忘れない為にメモ。

form_for
<label>
 <span class="btn btn-primary">
  <input type="file" style="display:none" name="product[product_image]" include_hidden="false" >
     編集してください
 </span>
</label>
end

スクリーンショット 2020-01-20 17.01.43.png

こうなる。
name部分はProductモデルのproduct_image_idカラム。使用gemはrefile。
f.attachment_fieldだとうまいこといかなかったのでinputタグを使用。labelタグで囲わないと画像を選択できない。なんでや。

追記
後日動作を確認したら選択はできてもupdateがされてなかった。腹立ったし時間もないのでf.attachment_fieldのデフォルトで動かすことにする。あーもー!

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2