[EMAIL PROTECTED] wrote: > The IPFM (a filemanager) should in theory be able to handle the upload, > but it seems it chokes on files bigger than 2 MB :-( That's an Apache > limit if IRCC.
It is usually set in php.ini: ; Maximum allowed size for uploaded files. upload_max_filesize = 2M Of course one could increase it, but I think the size should not become too large. Georg