Recent Topics

1 Jun 13, 2006 16:14    

I'm trying to upload an mp3 file. However, the uploader only limits the files to kilobytes. I tried looking into the settings, tools, blogs tab, etc. to no avail. How can I change the settings for this? Thanks.

2 Jun 13, 2006 16:57

Open /conf/_admin.php and find this line:

$fileupload_maxk = '96'; // in kilo bytes


Then edit the value in quotes. 1024 would be 1 MB, 7168 would be 7 MB. Don't make this any higher than the PHP limit for your server.

3 Oct 08, 2006 12:06

Sorry,
i still have the problem with uploading bigger Files then 96 KB. But following the tips in this board, i changed the Line
$fileupload_maxk = '96'; // in kilo bytes
first to
$fileupload_maxk = '2048'; // in kilo bytes
then to
$fileupload_maxk = '1024'; // in kilo bytes
and finaly to
$fileupload_maxk = '300'; // in kilo bytes

nothing works. The limit is still on. Should i restart the Provider ;)

Greetings,


Form is loading...