My service provider told me that is not possible to increase the filesize in the php.ini and so my restriction is set on limit of 2Mb.
Is there any possibilities to configure a ftp transfer to permit an upload in order of 20 or 40 Mb.
They told me that is not ususally to use the http protocol for the file transfer and it's better to use ftp.
So I ask you how can I solve this problem? I have to change the service provider?
thanks for your answer
activeCollab supports only HTTP upload and can't use FTP. What your hosting provider told you does not make much sense because they technically don't lose anything - they just don't want to reconfigure PHP limits for your package.
Sorry, this is platform / service limitation that we can't do much about. Majority of hosting providers offer much larger limits out of the box, plus an option to change the value to your liking using .htaccess or additional php.ini files.
Is there any possibilities to configure a ftp transfer to permit an upload in order of 20 or 40 Mb.
They told me that is not ususally to use the http protocol for the file transfer and it's better to use ftp.
So I ask you how can I solve this problem? I have to change the service provider?
thanks for your answer