Re: [PHP] File upload fails over 500k (solved)

2004-04-15 Thread Richard Davey
Hello Gawain, Thursday, April 15, 2004, 10:04:34 PM, you wrote: G> As usual, it's something simple. A long time ago when I had G> originally coded the form, I left a MAX_FILE_SIZE directive in the G> HTML form. I'm using templates so my code is separate from the HTML... Rats.. next time I'll re

Re: [PHP] File upload fails over 500k

2004-04-15 Thread Richard Davey
Hello Gawain, Thursday, April 15, 2004, 9:47:50 PM, you wrote: G> I have no idea where the apparent 500k choke point is coming from... Any ideas? Check the MAX_FILE_SIZE setting in your upload form - some people claim it has no relevance, but they're wrong :) -- Best regards, Richard Davey h

[PHP] File upload fails over 500k (solved)

2004-04-15 Thread Gawain
Hi all, As usual, it's something simple. A long time ago when I had originally coded the form, I left a MAX_FILE_SIZE directive in the HTML form. I'm using templates so my code is separate from the HTML... I was so totally focused on finding a code-based solution, I forgot to look right under

[PHP] File upload fails over 500k

2004-04-15 Thread Gawain
Hi all, A script of mine is having problems file uploads over 500k. I've read the documentation and have written scripts previously that uploaded large files without problems. I'm sure there's something pesky that I've missed, but I can't figure out what it is. The script behaves the same way