On Sep 29, 2011, at 15:01, aortizhi wrote: > When i select a file that > is not that big, it uploads ok, but when i am trying to upload a file > that is at least 58 MB it fails uploading and the file won't be the > same at server side.
http://php.net/upload-max-filesize The default max is 2MB in PHP 5.3.8. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
