Whats the maximum filesize I can upload using the File Manager?
The maximum file upload size is not limited in SiteX. You may however, still experience an error when uploading files beyond a certain size. This is not an fault with SiteX, it is a restriction set in PHP on your server. Your webhost may have imposed a maximum file upload restriction.The error message you would receive when uploading a file larger than your PHP allows is: “ERROR! File could not be uploaded. Please check permissions.” To check what the maximum upload filesize is on your server, go to: http://www.yourdomain.com/setup/phpinfo.php (where http://www.yourdomain.com/ is the URL of your site). Look for the setting named upload_max_filesize. The default PHP setting is 2Mb. Your webhost may have increased or decreased this amount. If you need more, its always worth asking. Depending on your webhosting configuration, you may also be able to use a .htaccess file to change the setting for your site: • create a file named .htaccess • add the following text to it: php_value upload_ma