Very very slowly getting to grips with PHP and finally mastered my upload scripts but I would like the input (file selection) form to default to a specific directory to help the computer terrified. Any ideas how I would do this please
You are talking about a client side behavior. To the best of my knowledge there is no deterministic way to force the browser to a specific startpoint in the directory tree. You have no way of knowing what OS the browser is on - at least from the PHP point of view. Some client side technology might be able to help you, but that's not a topic the PHP forum can help with.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.