Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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.?
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.?