Open a specific folder when a upload field is clicked?

旧时模样 提交于 2019-12-25 06:53:11

问题


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 ?

来源:https://stackoverflow.com/questions/25997611/open-a-specific-folder-when-a-upload-field-is-clicked

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!