crackpanda Posted July 18, 2010 Share Posted July 18, 2010 So i am getting an error when i try to use move_uploaded_file(). The function is located in a file that is included into the main page. I need the function's destination to be two folders out of its current location (i need it to start from the root folder). This is the error: failed to open stream: No such file or directory. Quote Link to comment https://forums.phpfreaks.com/topic/208077-move_uploaded_file-error-failed-to-open-stream-no-such-file-or-directory/ Share on other sites More sharing options...
Alex Posted July 18, 2010 Share Posted July 18, 2010 To go two folders up you would do ../../. If you want more specific help you'll need to post the relevant code. Quote Link to comment https://forums.phpfreaks.com/topic/208077-move_uploaded_file-error-failed-to-open-stream-no-such-file-or-directory/#findComment-1087846 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.