Recent Topics

1 Sep 29, 2006 08:57    

I'm trying to change the maximum file upload size, but can't seem to do so.

I assume that i have to change file permissions for the app settings, but i can't find the directory/file that controls the app settings.

Thanks.

2 Sep 29, 2006 09:34

in version 0.9
conf/_admin.php line 128

/**
 * by default, most servers limit the size of uploads to 2048 KB
 * if you want to set it to a lower value, here it is (you cannot set a higher value)
 *
 * @global int $fileupload_maxk
 */
$fileupload_maxk = '96'; // in kilo bytes

in version 1.8.x

goto the backoffice
tab 'Application settings'
tab 'files'

Upload options
Enable upload: Check to allow uploading files in general. 
Maximum allowed filesize: 96 KB (This cannot be higher than your PHP/Webserver setting!)

3 Sep 29, 2006 15:23

i can't set it in the app settings. there isn't any save button to save the settings.

i'm using 1.8.2 btw.

4 Sep 29, 2006 16:01

Isn't there an update button ?

5 Sep 30, 2006 09:07

oh, just realised i wasn't logged in as admin.
doh! :oops:

thanks.


Form is loading...