Hi, i followed a tutorial on how to create a image gallery with a admin panel, and when i tried to upload a image, it gave me this error:
Warning: move_uploaded_file(C:/webroot/gallery/images/gallery/c1b55bfadb00c4304fb9f774eefafb93.png) [function.move-uploaded-file]: failed to open stream: No such file or directory in C:\xampplite\htdocs\php\cms\library\functions.php on line 21
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\xampplite\tmp\php22F.tmp' to 'C:/webroot/gallery/images/gallery/c1b55bfadb00c4304fb9f774eefafb93.png' in C:\xampplite\htdocs\php\cms\library\functions.php on line 21 Error uploading file
line 21 on functions.php is part of a function to upload the images:
i followed a tutorial on how to create a image gallery with a admin panel, and when i tried to upload a image, it gave me this error:
Warning: move_uploaded_file(C:/webroot/gallery/images/gallery/c1b55bfadb00c4304fb9f774eefafb93.png) [function.move-uploaded-file]: failed to open stream: No such file or directory in C:\xampplite\htdocs\php\cms\library\functions.php on line 21
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\xampplite\tmp\php22F.tmp' to 'C:/webroot/gallery/images/gallery/c1b55bfadb00c4304fb9f774eefafb93.png' in C:\xampplite\htdocs\php\cms\library\functions.php on line 21
Error uploading file
line 21 on functions.php is part of a function to upload the images:
Can someone please explain what is going on?
thanks,
James