I can't upload a file via file center that's greater than 1024KB...
when i've chosen a file and clicked on "upload files" the IE gives me a 404 Error
does phpWCMS have a limit set somewhere in a config file?
but yesterday, i didn't have that problem i sucessfully uploaded a 2.7 MB file (nothing has been changed on the server or in a config file since then)... then i created a file list in an article with that 2.7 MB file... and when i tested the article, to see if i could download the file... it only downloaded 2000KB and not 2700KB...
has anyone come across this?
my conf.inc.php ... maxsize is set high enough
Code: Select all
$phpwcms["file_maxsize"] = 52428800;
what i've also done is, i uploaded that 2.7MB file via ftp onto our server and downloaded it directly over an URL... also not via phpWCMS and worked fine...
is there something wrong with my phpWCMS oder could it be my apache?
thx