Hi, I've large uploads working after setting my configuration to:
;;;;;;;;;;;;;;;; ; File Uploads ; ;;;;;;;;;;;;;;;; ; Whether to allow HTTP file uploads. file_uploads = On ; Temporary directory for HTTP uploaded files (will use system default if not ; specified). ;upload_tmp_dir = ; Maximum allowed size for uploaded files. upload_max_filesize = 20M ^^^^^^^^^^^^^^^^^^ not post_max_size!! hope this help, bye, Fabio. On Saturday 27 July 2002 00:36, Dan Hammer wrote: > Hello, > > I am having a problem uploading some attachments. One in particular is > approximately 2.3mb in size. Here is what has already been updated on the > server... > > In page-init maxsize is set to 4*1024*1024 and this is reflected when you > do a view source from the page where you submit attachments in Asgard. In > the php.ini file and the httpd.conf file the timeout is set to 600 seconds. > > In the php.ini file the maximum amount of memory a script can consume is > set to 8M. The post_max_size is set to 4M. However when I try and upload > this file I get this error... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
