これは私のHTMLコードです:
<input style="margin-left:10px;" type="file"
name="user_upload_image" class="uploader" id="file" value="<?php
if(isset($_POST['user_upload_image'])) {
echo $_POST['user_upload_image'];
}
?>"">
このコードは、フォームが更新された後、画像をボックスにとどめません。
私は何を間違っていますか?