i want to ask that if its possible to keep the user’s upload path where he selects from his computer that which file will be uploaded like the path ” C:\Users\User1\Desktop\1.jpg ” , the reason i want to learn about this is after submitting forms with php when he fails about validation, i want him to not reselect it..
Summary : How can i save the path : C:\Users\User1\Desktop\1.jpg in user’s form if user fails on other field’s validation
Thanks
It is not possible. Only the filename is sent by the browser, not the full path.