|
|It's dependant on your PHP settings, edit your php.ini and set
|   upload_max_filesize
|also remember to set
|   post_max_size
|to a somewhat greater value.
|


I dont have these settings in my php.ini. Is it possible, that it is located
in an other place? My problem is, that i can't upload files greater then 1.6
MB. Here is my php.ini.

;; EXTENSION LOADING
extension_dir   =   /usr/lib/php4

;; Global PHP defaults

warn_plus_overloading   =   On  ; warn if the + operator is used with strings
track_errors        =   On  ; Store the last error/warning message in
$php_error
msg (boolean)
track_vars      =   On  ; enable the $HTTP_*_VARS[] arrays, where * is one of

magic_quotes_gpc    =   On  ; magic quotes for incoming GET/POST/Cookie data
                    ; many people think that the system is a pain in the
                    ; a**, but it probably does represent a security
                    ; feature for in-experienced PHP developers. Turn it
                    ; off if you don't want PHP to mess with your incoming
                    ; variables.

include_path    = ".:/usr/share/php/PEAR"
session.save_path = "/var/state/php"
session.use_cookies = 0
extension=imap.so
extension=ldap.so
extension=mysql.so

Regards,
Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to