TLEC
Karma: 0
|
Re:Possibility to use PERL - 2010/08/19 13:55
As far as I know, there is two ways of doing it, either you can access the settings in PHP directly through the controlpanel, or, if your provider has enabled it through .htaccess
However the provider can implement hard limits (they usually do) so you cant change it anyway.
One other problem with HTTP/PHP uploads is that usually the server is set to time out the connection after a while, uploading large files to the server is quite often terminated, since there is no requests to the server during the upload, so I think that perl or flash should be used as uploader instead of the current, completly removing the problem with server-timeouts and upload limits.
Me myself have very big problems with this.
|