>> any idea why? I haven't had such a problem before. It is a file over 3 >megs. I did go into the php.ini file and set the limits to 20mb to make >sure the larger files would upload. >> > >I do not know what admin site You use , but Asgard AFAIR >has restricted 2MB for Attachments. >And by deafult php.ini also doesn't let You upload such big files. >But I am not sure for 100%. > >Piotras
Piotras, You are absolutely correct about the 2mb attachment restriction in Asgard. I went in and modified the code to change the maxsize from 2*1024*1024 to 20*1024*1024 and now my attachment works fine. That change is consistant with the maximum upload size I have set in php.ini. Thanks for the tip, Dan Hammer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
