Reply to thread

So here's the part of the codes..


<?

$pix = '../uploads/sample.jpg';

?>

<input name="picture"  type="file" style="margin-bottom:10px" ></input>


Question: what can I do for the input to initially select the file within the directory of $pix.?


Back
Top