| Previous topic :: Next topic |
| Author |
Message |
MadOp
Joined: 29 Jul 2008
Posts: 6
|
| Posted: Tue Jul 29, 2008 11:42 pm Post subject: Attachment size 1 MB only? |
|
|
Hi,
I ve just read in the manual that the maximum size of the attachment is about just 1 MB ??
(Table 3.1. List of common entry fields for outgoing e-mails)
http://www.vtiger-handbuch.de/DocBooks/manual1504/ch003.html
Please tell me this can be changed somehow?
And how about attachments uploaded with the outlook plug-in?
Thanks in advance |
|
| Back to top |
|
sandeep
Joined: 28 Sep 2007
Posts: 9
|
| Posted: Wed Jul 30, 2008 2:08 pm Post subject: Attachment size 1 MB only? |
|
|
Hi,
In order to change the maximum upload size make the following changes in your php.ini file
upload_max_filesize = 2M
change the size from 2M to the size you need
and
post_max_size =8M
change it to the value that is greater than the value that you assign to upload_max_size
and that increases the size of attachment you can upload |
|
| Back to top |
|
rodrigogar
Joined: 02 Sep 2008
Posts: 30
|
| Posted: Tue Sep 09, 2008 6:34 pm Post subject: Re: Attachment size 1 MB only? |
|
|
| pardon my ignorance, but i dont have a php.ini. In which folder is this file? |
|
| Back to top |
|
razor7
Joined: 06 Jun 2005
Posts: 88
|
| Posted: Fri Sep 12, 2008 1:25 am Post subject: Re: Attachment size 1 MB only? |
|
|
You can run this php file that will tell you where is the phpini fetched...among other php settings..like the max post and upload size...jeje
Remember to restart your webserver in order to changes to take effect...
Best regards |
|
| Back to top |
|
| |