Ok, here's the update. We're now finding that we can do at least 4.5MB of attachments if we up the memory_limit to 50M !! This seems to be getting out of hand quickly. We want to be able to attach up to 10MB in this outbound email. At our current rate of discovery, this means we'd have to set memory_limit = 100M in php.ini and that really just seems absurd. Any thoughts?
thanks, David McD On 8/20/05, David McDowell <[EMAIL PROTECTED]> wrote: > per nforbes in the irc channel, I tried this in a .htaccess file > inside the directory where the php application resides and it helped, > but we're still having some problems... it's hard to say, but an > initial indication before I left work today may be the phpmailer code > itself. I'll revisit Monday... thanks folks! :) > > David McD > > On 8/20/05, Rick DeNatale <[EMAIL PROTECTED]> wrote: > > On 8/20/05, Brent Verner <[EMAIL PROTECTED]> wrote: > > > [2005-08-20 10:35] David McDowell said: > > > | Files bigger than 2MB won't even upload to /tmp :( drops immediately > > > | to page cannot be displayed error. Anything under 2MB works fine. > > > > > > Does your Apache configuration limit POST size to 2MB? > > > > > > > I beleive that the configuratin directive to look for is LimitRequestBody > > > > For Apache 1.3 > > http://httpd.apache.org/docs/1.3/mod/core.html#limitrequestbody > > > > Or for Apache 2.0 > > http://httpd.apache.org/docs/2.0/mod/core.html#limitrequestbody > > > > I think that the only difference between 1.3 and 2.0 here is in the > > formatting of the docs. > > -- > > TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug > > TriLUG Organizational FAQ : http://trilug.org/faq/ > > TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ > > TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc > > > -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
