12/08/2007, 04:55
|
| | Fecha de Ingreso: enero-2007 Ubicación: Monterrey
Mensajes: 50
Antigüedad: 17 años, 10 meses Puntos: 1 | |
Re: Subir Imagenes en Noticias me sale un error aqui me pueden ayudar no me muestra las fotos
$directorio = 'fotos';
if (move_uploaded_file($HTTP_POST_FILES['userfile']['tmp_name'],$directorio . "/" . $nom_img))
{
el error es:
Warning: move_uploaded_file(fotos//balboa_b_g.gif) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/tk/public_html/newsphp/creanoticia.php on line 37
Warning: move_uploaded_file() [function.move-uploaded-file ]: Unable to move '/tmp/phpULhmV6' to 'fotos//balboa_b_g.gif' in /home/tk/public_html/newsphp/creanoticia.php on line 37
error al subir la foto |