質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -178,6 +178,30 @@
|
|
178
178
|
|
179
179
|
|
180
180
|
|
181
|
+
```MW WP Form
|
182
|
+
|
183
|
+
<table style="height: 89px;" width="616">
|
184
|
+
|
185
|
+
<tbody>
|
186
|
+
|
187
|
+
<tr>
|
188
|
+
|
189
|
+
<td class="image_button">
|
190
|
+
|
191
|
+
[mwform_image type="file" name="filename" id="files"]</td>
|
192
|
+
|
193
|
+
<td class="image_box"><input id="filename" type="text" placeholder="選択されていません" /></td>
|
194
|
+
|
195
|
+
</tr>
|
196
|
+
|
197
|
+
</tbody>
|
198
|
+
|
199
|
+
</table>
|
200
|
+
|
201
|
+
```
|
202
|
+
|
203
|
+
|
204
|
+
|
181
205
|
Javascriptでfilesをクリックした時filesの値をとって、filenameへ入れればいいのかと思ったのですが書き方がおかしいのでしょうか?
|
182
206
|
|
183
207
|
|