Quote:
Originally Posted by imranbaig
Thanks, apart from this, I got another issue when registered user's are trying to upload files, it gives error saying max file size exceeded even though the file is just 250kb got this error for 10kb file as well.
In my user groups have given them large size for attachments, in LDM max upload size is 0 unlimited (have 300gb space).
how can i fix this thanks 
|
You have probably set the maximum filesize for every filetype to 5000 bytes in your vb/admincp/attachments/attachment manager information.
On your site, I can see that this limit is being set explicitly to 5000 (log on to LDM as a registered user, do 'add entry', and click on the drop down 'uploadable filetypes and size limits). This is only possible if the vb attachment table says this or if the one of the php.ini variables upload_max_filesize and post_max_size is set to 5000. You've told us that the second is not the case, so it must be the first.
Get back to me if this does not resolve the problem - you'll need to change my account to 'admin' for me to do any more.