[pmwiki-users] can a zip file be uploaded with PMWIKI?
Gordon, Andrew
Andrew.Gordon at unisys.com
Tue Dec 19 17:19:16 CST 2006
I am trying to upload a zip file and it fails with the following
message:
DD-Section-1_Dec-14-2006.zip: file is larger than maximum allowed by
webserver
Config.php has the following upload settings
$EnableUpload = 1;
$DefaultPasswords['upload'] = crypt('secret');
$UploadExtSize['pdf'] = 2000000;
$UploadExtSize['doc'] = 2000000;
$UploadExtSize['jpg'] = 100000; # allow 100K jpg files
$UploadExtSize['ppt'] = 2000000;
$UploadExtSize['zip'] = 3000000;
The file is 2726 KB bytes.
I need to upload about 50 files and am looking for a fast way to do
this. Your suggestions are appreciated.
Best regards
Andy
Andrew Gordon
Director Open Source Solutions - Federal
CTO Office Federal
703-439-5491 (Office)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/pmwiki-users/attachments/20061219/e468f8f1/attachment.html
More information about the pmwiki-users
mailing list