(PHP) What can I do to make an input type initially selects a file..?

patrick7932003

New member
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