i have this link in a form :
<input type="file" class="multi" accept="doc|jpg|png|jpeg|tiff" maxlength="1" name="optionPhoto" id="optionPhoto" />
But if i want to upload a image i always want that a specific folder is opened. for example : libs/uploads/
Now it depends when last folder is opened..
Any way i can do this in php or html ?