21307 Posts in 5737 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 740 Views |
-
Flash File Upload Problem

26 October 2010 at 1:00am
Hi all,
I'm having a problem when trying to upload a flash file through the Files and Images menu of the CMS.
The file size is just over 9MB.
The message I get is:
Fatal error: Method name must be a string in /var/www/dot38/expd8_internet/sapphire/forms/Form.php on line 232Any ideas?
I do not have access to my web server so cannot copy and paste directly into the assets folder.Thanks
-
Re: Flash File Upload Problem

26 October 2010 at 1:04am
9mb? My first guess would be the following php.ini settings...
; Maximum size of POST data that PHP will accept.
; http://php.net/post-max-size
post_max_size = 99M; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 99Mnote these are from my local php.ini so I can accept large files...
| 740 Views | ||
|
Page:
1
|
Go to Top |


