ja hast du es denn auch wirklich so gemacht ? Und wie groß ist denn deine Datei ?
/sbin/e-smith/db configuration setprop php UploadMaxFilesize 50M
/sbin/e-smith/config setprop smtpfront-qmail MaxMessageSize 50M
/sbin/e-smith/signal-event email-update
> db configuration show php
> php=service
> AllowUrlFopen=Off
> PostMaxSize=40M
> UploadMaxFileSize=40M
> status=enabled
> Unfortunately, it still doesn't work.
Run all these commands & check your spelling carefully
You will need to do this first to remove your incorrect entry
config delprop php UploadMaxFileSize
config setprop php MemoryLimit nnnn
config setprop php PostMaxSize mmmm
config setprop php UploadMaxFilesize pppp
expand-template /etc/php.ini
/etc/rc7.d/S86httpd-e-smith restart
You can also make entries like this
config show php
php=service
AllowUrlFopen=Off
MaxExecutionTime=18000
MemoryLimit=1000000000
PostMaxSize=250000000
UploadMaxFilesize=250000000
status=enabled