intente esto
Código PHP:
Ver original$rutaavatar="RegistroUsuarios/nofoto/Nofoto.jpg";
copy($rutaavatar,"RegistroUsuarios/nofoto/Nofoto2.jpg");
y nada, y no entiendo por que..
las rutas si existen, y alli tengo la imagen.
tambien intente poniendo la ruta completa
Código PHP:
Ver original$rutaavatar="http://localhost/p5/RegistroUsuarios/nofoto/Nofoto.jpg";
copy($rutaavatar,"http://localhost/p5/RegistroUsuarios/nofoto/Nofoto2.jpg");
y bueno puse un exit despues copiar para parar los procesos que seguian, y me mando esto
Warning: copy(
http://localhost/p5/RegistroUsuarios/nofoto/Nofoto2.jpg) [function.copy]: failed to open stream: HTTP wrapper does not support writeable connections in C:\xampp\htdocs\p5\RegistroUsuarios\insertar.php on line 174
entro
y cuando la pongo sin el localhost.. osea la ruta relativa..
me manda esto
Warning: copy(RegistroUsuarios/nofoto/Nofoto.jpg) [function.copy]: failed to open stream: No such file or directory in C:\xampp\htdocs\p5\RegistroUsuarios\insertar.php on line 173
entro