Koozali.org: home of the SME Server

Can't upload to SME from internet

guidouil

Can't upload to SME from internet
« 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

Offline NickR

  • *
  • 283
  • +0/-0
    • http://www.witzendcs.co.uk/
Can't upload to SME from internet
« Reply #1 on: November 20, 2004, 09:30:11 PM »
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
--
Nick......

guidouil

Can't upload to SME from internet
« Reply #2 on: November 22, 2004, 10:16:04 AM »
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

guidouil

Can't upload to SME from internet
« Reply #3 on: November 23, 2004, 10:53:14 AM »
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