Recent content by patrick7932003

  1. P

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

    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