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)