質問編集履歴

1

html追加

2018/01/31 01:29

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -134,6 +134,20 @@
134
134
 
135
135
  ```
136
136
 
137
+
138
+
139
+ ```html
140
+
141
+ <label style="text-align: center; width: 150px; margin: 0 auto; padding: 10px;" class="bt-photo02 ui-bt-nomal ui-opaimg">経歴書を添付する
142
+
143
+ <input type="file" id="uploadName" class="input_file" name="img_file[]" value="経歴書をアップロード" style="display:none;" multiple>
144
+
145
+ <input type="hidden" id="id"name="id" value="{{request()->input('id')}}">
146
+
147
+ </label>
148
+
149
+ ```
150
+
137
151
  ※コードが不足していましたら追加いたします。
138
152
 
139
153