+ Reply to Thread
Results 1 to 2 of 2

Thread: Problemas haciendo upload con PHP

  1. #1
    Junior Member jsmsoft is on a distinguished road
    Join Date
    Jan 2012
    Posts
    3

    Problemas haciendo upload con PHP

    Hola a todos,

    Soy novato en PHP y estoy teniendo problemas al intentar hacer unas pruebas de uploads.

    Trato de subir algún archivo y me devuelve el siguiente error:

    Warning: move_uploaded_file(/pub) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/jsmsof/domains/jsmsoft.vpsq.net/public_html/rpcl/stdctrls.inc.php on line 5530

    Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpCFumy1' to '/pub' in /home/jsmsof/domains/jsmsoft.vpsq.net/public_html/rpcl/stdctrls.inc.php on line 5530

    La carpeta de destino tiene permisos 777 al igual que supuestamente la carpeta tmp.

    ¿Qué puede ser? ¿Alguna idea? ¿Puede ser que el sistema no permita el upload?


    Muchas gracias por adelantado a todos.

  2. #2
    Junior Member Ragezort is on a distinguished road
    Join Date
    May 2012
    Posts
    6

    Re: Problemas haciendo upload con PHP

    Hola, ¿qué dice la linea 5530 del programa?

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34