2
this limit is controlled by php, not by wf-downloads. If you are on a host that uses Apache, try creating an .htaccess file in your root website with the following:
Quote:
php_value post_max_size=11M
php_value upload_max_filesize=10M
It is important that your post_max_size setting is larger than the upload_max_filesize, otherwise large file uploads will fail.
The above will only work if your host allows the usage of .htaccess files. If it doesn't, your only option is to contact your host to see if they will increase the file upload limit.