Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/02/2007, 15:57
Avatar de alexzgz
alexzgz
 
Fecha de Ingreso: diciembre-2006
Mensajes: 8
Antigüedad: 17 años, 4 meses
Puntos: 0
Ayuda con permisos.

Me han dado la solucion para poder subir ficheros a traves de Wordpress, pero no se como cambiar lo del CHMOD en windows.

Alguna idea??

Check the permissions on the ~/public_html/fotos folder. They need to be set such that the web server can write to the folder.

To do this, you can use the command line on the server if you have access to it:

$ chmod 777 /usr/home/escotes/public_html/fotos/

or use your file transfer program's change permissions or chmod utility to set it to 777 (or all the read-write-execute boxes ticked)