• I get this problem when uploading large files.
    Warning: chmod(): No such file or directory in /home/adtech/public_html/wp-admin/upload.php on line 177
    It announces that the file was uploaded successfully. Yet the file size is 0.
    Is the upload facility prone to timing related errors on the browser or on the server?
    I also wonder if it is susceptible to the default 30sec script limit in PHP.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Someone else recently posted with a problem when trying to upload ~4M files. I certainly couldn’t get a 2M file to upload (256 upstream)

    the default time out setting of php is 30 seconds – more importantly with file uploads though is the max upload size which is 2mb by default. you may be able to override these settings with ini_set(); or simply change the setting in your php.ini file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Are there time out errors uploading large files, e’ is closed to new replies.