No, I mean when I compose a message and attach a file, it only works which files smaller than 2mb!
On Tue, 31 Jan 2006, Stefan Ott wrote:
Hi, has roundcube include an attachment size limit? If yes where can I
change it?
I have run up against the php memory limit, ie. 20 megs wasn't
enough when reading a 2 meg attachment. And you can raise that limit in php.ini.
Jon Daley http://jon.limedaley.com/
If everything is coming your way then you're in the wrong lane. -- Anonymous
The .htaccess under the root of roundcube doesn't allows more than 2 MB uploads:
AddDefaultCharset UTF-8 php_flag display_errors On php_value upload_max_filesize 2m
<FilesMatch "(.inc|~)$|^_"> Order allow,deny Deny from all
</FilesMatch>
Order deny,allow Allow from all
Aury
Stefan Ott wrote:
No, I mean when I compose a message and attach a file, it only works which files smaller than 2mb!
On Tue, 31 Jan 2006, Stefan Ott wrote:
Hi, has roundcube include an attachment size limit? If yes where can I
change it?
I have run up against the php memory limit, ie. 20 megs wasn't enough when reading a 2 meg attachment. And you can raise that limit in php.ini.
Jon Daley http://jon.limedaley.com/
If everything is coming your way then you're in the wrong lane. -- Anonymous
That's a server limit, not a roundcube limit. Look at upload_max_filesize and post_max_size properties on php.ini file.
Stefan Ott a écrit :
No, I mean when I compose a message and attach a file, it only works which files smaller than 2mb!
On Tue, 31 Jan 2006, Stefan Ott wrote:
Hi, has roundcube include an attachment size limit? If yes where can I
change it?
I have run up against the php memory limit, ie. 20 megs wasn't enough when reading a 2 meg attachment. And you can raise that limit in php.ini.
Jon Daley http://jon.limedaley.com/
If everything is coming your way then you're in the wrong lane. -- Anonymous
hi,
I use PHP Version 5.0.4 on Apache/2.0.54 (Win32), and I put up upload_max_filesize to 128Mb and post_max_size also to 128M but it still don’t work. What else could be the reason?
On Tue, 07 Feb 2006 14:05:23 +0100, David Charbonnier d.charbonnier@oxys.net wrote:
That's a server limit, not a roundcube limit. Look at upload_max_filesize and post_max_size properties on php.ini file.
Stefan Ott a écrit :
No, I mean when I compose a message and attach a file, it only works
which
files smaller than 2mb!
On Tue, 31 Jan 2006, Stefan Ott wrote:
Hi, has roundcube include an attachment size limit? If yes where can I
change it?
I have run up against the php memory limit, ie. 20 megs wasn't enough when reading a 2 meg attachment. And you can raise that limit in php.ini.
Jon Daley http://jon.limedaley.com/
If everything is coming your way then you're in the wrong lane. -- Anonymous
Thank you, now it works!
On Tue, 07 Feb 2006 12:31:50 -0200, Aury Fink Filho lista@aury.com.br wrote:
The .htaccess under the root of roundcube doesn't allows more than 2 MB uploads:
AddDefaultCharset UTF-8 php_flag display_errors On php_value upload_max_filesize 2m
<FilesMatch "(\.inc|\~)$|^_"> Order allow,deny Deny from all
</FilesMatch>
Order deny,allow Allow from all
Aury
Stefan Ott wrote:
No, I mean when I compose a message and attach a file, it only works
which
files smaller than 2mb!
On Tue, 31 Jan 2006, Stefan Ott wrote:
Hi, has roundcube include an attachment size limit? If yes where can I
change it?
I have run up against the php memory limit, ie. 20 megs wasn't enough when reading a 2 meg attachment. And you can raise that limit in php.ini.
Jon Daley http://jon.limedaley.com/
If everything is coming your way then you're in the wrong lane. -- Anonymous