Wednesday, November 19, 2008 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  General Discussion  Changing Docume...
 Changing Document Uploads Max file size
 
dazzamatazz
29 posts
Joined
1/17/2006

Changing Document Uploads Max file size
Posted: 15 Feb 06 6:34 PM

I was trying to upload a file 10MBs in the "documents" but I get the error "ERROR: uploaded file was too big: max filesize: 3000000". I then tried a smaller file that was around 7MBs but still the same error. Would you be able to tell me where I can adjust this to accept larger file sizes?

Cheers,

Daz

support
2090 posts
1st
Joined
1/3/2006

Re: Changing Document Uploads Max file size
Posted: 16 Feb 06 8:13 AM

upload_maxsize is a configuration value stored in the CONFIG table.  We have not created an administration editor for the configuration values, so you will have to manually update the database using the following command:

exec dbo.spCONFIG_InsertOnly null, 'system', 'upload_maxsize'                         , '100000000';

or

update CONFIG
   set value = '100000000'
where name = 'upload_maxsize'

Then reload the configuration in the SplendidCRM application:

http://localhost/splendidcrm/systemcheck.aspx?reload=1

 

dazzamatazz
29 posts
Joined
1/17/2006

Re: Changing Document Uploads Max file size
Posted: 16 Feb 06 8:07 PM

Thanks for the quick response!

This one worked perfectly

update CONFIG
   set value = '100000000'
where name = 'upload_maxsize'

then I reloaded it as you stated. Larger file uploads achieved! Thanks again.

Daz

 

 

support
2090 posts
1st
Joined
1/3/2006

Re: Changing Document Uploads Max file size
Posted: 16 Feb 06 11:16 PM
The next build will have a manager for the configuration settings.
  Mainstream Forums  General Discussion  Changing Docume...

Forum Home  Search       

Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2008 by Perpetual Motion Interactive Systems Inc.
SplendidCRM and SplendidCRM Software are trademarks of SplendidCRM Software, Inc. SugarCRM is a trademark of SugarCRM Inc. in the United States, the European Union and other countries. All other trademarks used in this web site are the property of their respective owners.