Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: guidouil on November 19, 2004, 03:30:36 PM
-
Hello all, first thx for reading this :-)
Ok here is my prob :
I can upload large files from the local network to my SME box (server&gateway mode) using the file manager of egroupware (therefor I changed the PostMaxSize and UploadMaxFilesize of the php.ini with db commands). But when I try to do upload another large file from the internet I have a popup saying "page contains no data" and no damned file :-(
thought I can upload files from internet, but no bigger than 1 Mb, and I didn't see this limit anywhere...
Please help me to solve this one, I realy need to upload more than 1Mb.
Thank you in advance
-
This script works for me:
#!/bin/sh
/sbin/e-smith/config setprop php MaxExecutionTime 2000
/sbin/e-smith/config setprop php MemoryLimit 100000000
/sbin/e-smith/config setprop php PostMaxSize 50000000
/sbin/e-smith/config setprop php UploadMaxFilesize 50000000
/etc/e-smith/events/actions/conf-php
/etc/rc.d/init.d/httpd-e-smith graceful
-
did it and I still have the same problem from outside of the network. I don't think it is related to PHP since it does work with very large files within the local network.
If anyone has another diging clue I will be very thankfull. :-D
-
I'm pulling my hairs of
I can upload large files (700Mb) via a php file manager.
But from a remote connection I can't upload more than 1Mb :-(
please HELP
I am sure it's related somehow to SME but not to php since everything works just fine within the local network.
maibe i'm wrong... please look at my phpinfo there :
http://www.zenside.com/phpinfo.php
thank you in advance