2 personman Feb 15, 2006 15:53

I'm using version 0.9.1.
Thanks
Eric
conf/_admin.php :-
/**
* Accepted file types, you can add to that list if you want.
*
* Note: add a space before and after each file type.
* Example: $fileupload_allowedtypes = ' jpg gif png ';
*
* @global string $fileupload_allowedtypes
*/
$fileupload_allowedtypes = ' jpg gif png ';
/**
* 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 = '128'; // in kilo bytes
¥
Brilliant, thanks for that - got it.
What version are you using?