Hi there guys,
I wish if u can to help me solve a little problem.
I upload my pictures into a folder on the server (website.com/uploads) using a upload script.
Now i have a form with 3 fields (title, picture, and description)
At the picture field my code looks like this:
<label>Picture:</label> <input type="file" name="title" id="title" class="text-long" />
Now when i click on the browse button i want to select the picture that i've added in my upload folder insted of a file from the pc
How can i do that? I'm waiting for your answers. Thank you very much!