[PHP] File Upload size limit

2002-08-13 Thread Oliver Schönrock
Sorry for bringing up an old problem, (there seem to be many articles in the archives already) but I couldn't find the solution there so here is my version of the problem ;-) I am running php 4.2.2 on a virtual host, so I have no access to php.ini. But I can use the apache directives in

Re: [PHP] File Upload size limit

2002-08-13 Thread Oliver Schönrock
Thanks for quick response. Just a couple of silly questions: - changed where? in php or apache? My host is running the three week old v 4.2.2 of php so I guess you mean apache? - If I can in fact get them to change it in http.conf for my virtual host block then I will have these huge (!)

Re: [PHP] File Upload size limit

2002-08-13 Thread Rasmus Lerdorf
Thanks for quick response. Just a couple of silly questions: - changed where? in php or apache? My host is running the three week old v 4.2.2 of php so I guess you mean apache? No, I mean PHP. The 4.2.2 release was a security fix for 4.2.1 only. None of the changes for the past couple of

Re: [PHP] File Upload size limit

2002-08-13 Thread Oliver Schönrock
No, I mean PHP. The 4.2.2 release was a security fix for 4.2.1 only. None of the changes for the past couple of months, including this one, is in it. OK, but you said originally post_max_size and upload_max_filesize could not be set in your .htaccess file until recently. It was changed

RE: [PHP] File Upload size limit

2002-08-13 Thread RPS Internet
=uploadedfile type=file input type = submit value = Upload Hope that helps, Josh Thomas RPS Internet Services -Original Message- From: Oliver Schonrock [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 2:12 PM To: [EMAIL PROTECTED] Subject: [PHP] File Upload size limit Sorry

[PHP] File Upload Size Limit Problem

2001-03-10 Thread Jeff Oien
I've modified a script for uploading multiple files and am trying to get it to produce an error if the size of the file is larger than 2 MB but can't get it to work. Here is the code in question with the who code below. When I try to upload a 3 MB file it doesn't produce an error. Everything

Re: [PHP] File Upload Size Limit Problem

2001-03-10 Thread Yasuo Ohgaki
""Jeff Oien"" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I've modified a script for uploading multiple files and am trying to get it to produce an error if the size of the file is larger than 2 MB but can't get it to work. Here is the code in question with