![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/12/2005, 11:04
|
| | Fecha de Ingreso: diciembre-2005
Mensajes: 46
Antigüedad: 19 años, 2 meses Puntos: 0 | |
Sale este error Estoy tratando de subir dos imagenes: una se muestra en la lista y la grande para cuando se amplia.
-------------------------------------------------------------------------
linea 38---- //----------inicio de foto
linea 39---- $newtxtfotito = sprintf ("../imag_gale/%s",$txtfotito_name);
linea 40---- move_uploaded_file ($txtfotito,$newtxtfotito);
linea 42---- $newtxtfoto = sprintf ("../imag_gale/%s",$txtfoto_name);
linea 43---- move_uploaded_file ($txtfoto,$newtxtfoto);
linea 44---- //-------------------fin de foto
-------------------------------------------------------------------------
Este es el ERROR que me sale... como ya mencione anteriormente... en mi pagina funciona bien, pero subi toda la base de datos, los archivos, las carpetas, etc. en otra pagina y me sale este error. (los otros campos si suben).
Warning: move_uploaded_file(../imag_gale/ninos013p.jpg): failed to open stream: Permission denied in /home/remarper/public_html/admin/gale_ingreso_ok.php on line 40
Warning: move_uploaded_file(): Unable to move '/tmp/phpYblg0S' to '../imag_gale/ninos013p.jpg' in /home/remarper/public_html/admin/gale_ingreso_ok.php on line 40
Warning: move_uploaded_file(../imag_gale/ninos013g.jpg): failed to open stream: Permission denied in /home/remarper/public_html/admin/gale_ingreso_ok.php on line 43
Warning: move_uploaded_file(): Unable to move '/tmp/phpo3FI7P' to '../imag_gale/ninos013g.jpg' in /home/remarper/public_html/admin/gale_ingreso_ok.php on line 43
-------gracias por la ayuda |