Señores, junto con saludarles y agradecerle las anteriores ayudas, recurro nuevamente a ustedes para q' me ayuden a solucionar el sgte problema, estaba subiendo imagenes de manera normal con el siguiente code:<br><br> if (isset($_FILES["imagen1"]) && $_FILES["imagen1"]["size"]>0):<br>
$filename1 = $_FILES['imagen1']['name'];<br> $filename1 = strtolower(str_replace(" ","_",$filename1));<br> move_uploaded_file($_FILES['imagen1']['tmp_name'], $image_path.$filename1);<br>
@exec ("chmod o+rw ".$image_path.$filename1);<br> $imagen1 = $filename1; <br> endif; <br><br>pero ahora me arroja el sgte error:<br><br><b>Warning</b>: move_uploaded_file(/home_clientes/larruypr/public_html/images/adm/wish.jpg) [<a href="http://www.larruypropiedades.cl/adm/function.move-uploaded-file">function.move-uploaded-file</a>]: failed to open stream: No such file or directory in <b>/home/larruypr/public_html/adm/rec.php</b> on line <b>164</b><br>
<br>
<b>Warning</b>: move_uploaded_file() [<a href="http://www.larruypropiedades.cl/adm/function.move-uploaded-file">function.move-uploaded-file</a>]: Unable to move '/tmp/phpk93gkJ' to '/home_clientes/larruypr/public_html/images/adm/wish.jpg' in <b>/home/larruypr/public_html/adm/rec.php</b> on line <b>164<br>
<br></b>Revise el FTP y tengo harto espacio, y cuando subo imagenes de manera manual, no tengo problemas, pero me falla cuando lo hago con el script, y antes me funcionaba, q' podra ser???<br><br>Espero sus comentarios<br>
<br>Salu2<br>Anibal Leiva Yañez<br>