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