Loading...
 
Skip to main content

Features / Usability


Re: File uploads faill with a DNS error files > 10MB

posts: 113 Ireland

Typically, either the php timeout or the php upload limit have been exceeded. Go to Admin -> phpinfo to find out the current settings for both. Then change the setting in your php.ini file. I would guess it is the upload limit if you have a fast connection.

The parameter to check is: upload_max_filesize

gg

There are no comments at this time.