seems like a waste of a vps.... Three people told you to check the php settings.
edit your php.ini to read upload_max_filesize 16M or whatever you want the max to be. You'll also need to adjust max_execution_time <- max time the parser will deal with a script max_input_time <- max time a script may deal with POST, GET or file uploads. since larger uploads will take longer than 30 seconds typically. On Jan 26, 5:05 pm, Lamonte <[email protected]> wrote: > yeah I own a vps > > > > On Mon, Jan 26, 2009 at 3:23 PM, Jon Bennett <[email protected]> wrote: > > > > upload_max_filesize2M2M > > > there's ya problem then! can't upload a 9mb file if the limit is set > > at 2M. Do you have permission to change it? if not, looks like a > > switch of host is required. > > > j > > > -- > > > jon bennett > > w:http://www.jben.net/ > > iChat (AIM): jbendotnet Skype: jon-bennett > > -- > For all your Programming and Technology Information Visitwww.BinaryCrunch.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
