質問編集履歴

1

コードの修正

2020/06/29 06:36

投稿

sintarien
sintarien

スコア16

test CHANGED
File without changes
test CHANGED
@@ -36,23 +36,9 @@
36
36
 
37
37
  echo $this->Form->control('user_hobbies.0.hobby');
38
38
 
39
- //echo $this->Form->file('image');
39
+ echo $this->Form->file('image');
40
40
 
41
41
  ?>
42
-
43
-
44
-
45
- <input type="file" name="image" value="" size="35">
46
-
47
- <!-- <?php if ($error['image'] === 'type'): ?>
48
-
49
- <p class="error">* パスワードを入力してください*</p>
50
-
51
- <?php endif; ?> -->
52
-
53
-
54
-
55
-
56
42
 
57
43
  </fieldset>
58
44