質問編集履歴

2

編集

2015/07/16 12:56

投稿

K_T_T_K
K_T_T_K

スコア231

test CHANGED
File without changes
test CHANGED
@@ -56,7 +56,7 @@
56
56
 
57
57
  $config = array(
58
58
 
59
- 'path' => ‘http://開発中サイトのドメイン .'assets/img/',
59
+ 'path' => ‘http://開発中サイトのドメイン' .'assets/img/',
60
60
 
61
61
  'randomize' => false,
62
62
 

1

追記

2015/07/16 12:56

投稿

K_T_T_K
K_T_T_K

スコア231

test CHANGED
File without changes
test CHANGED
@@ -122,6 +122,8 @@
122
122
 
123
123
  ```ここに言語を入力
124
124
 
125
+ <?php echo Form::open(array('name' => 'upload', 'enctype'=>'multipart/form-data','method'=>'post')); ?>
126
+
125
127
  <?php echo Form::file('upload',array('name' => 'upload', 'class'=>'span4','id' => 'selectImage')); ?>
126
128
 
127
129
  <input type="submit" name="submit" value="投稿する" class="btn btn-info mt20">