상품이미지 업로드 되지 않던 오류 수정
This commit is contained in:
@ -408,7 +408,7 @@ if ($it['it_id']) {
|
|||||||
<tr class=ht>
|
<tr class=ht>
|
||||||
<td>이미지(대) <?=$i?></td>
|
<td>이미지(대) <?=$i?></td>
|
||||||
<td colspan=3>
|
<td colspan=3>
|
||||||
<input type="file" class=ed id="it_img" name="it_img"<?=$i?> size=40>
|
<input type="file" class=ed id="it_img" name="it_img<?=$i?>" size=40>
|
||||||
<?
|
<?
|
||||||
$idx = 'it_img'.$i;
|
$idx = 'it_img'.$i;
|
||||||
$img = G4_DATA_PATH."/item/$it_id/{$it[$idx]}";
|
$img = G4_DATA_PATH."/item/$it_id/{$it[$idx]}";
|
||||||
|
|||||||
Reference in New Issue
Block a user