Re: [PHP] problems with uploading files

2002-12-22 Thread rw
You need to set your php memory limit to twice the amount of any given file you upload. If your memory limit (default 8M) is not twice the size of the file(s) being uploaded it will not work. look in php.ini HTH Quoting Oliver Witt <[EMAIL PROTECTED]>: ### Hi, ### I have a problem with a php s

Re: [PHP] problems with uploading files

2002-12-22 Thread rw
You need to set your php memory limit to twice the amount of any given file you upload. If your memory limit (default 8M) is not twice the size of the file(s) being uploaded it will not work. look in php,ini HTH Quoting Oliver Witt <[EMAIL PROTECTED]>: ### Hi, ### I have a problem with a php s