not submitting as array from form...

See all posts See thread Reply

Re: not submitting as array from form... new!
by dea, 17 years ago
OMG. I'm the proud recipient of the Biggest Bonehead on the Planet Award this week.

include('/uploadclass/class.upload.php');

That was the issue all along, at least 50%. Updated to
include($_SERVER['DOCUMENT_ROOT']."/code/upload/class.upload.php");
and it works like a charm -- as advertised.

Not sure I can effectively describe my shame at this moment...Reply
Re: not submitting as array from form... new!
by colin, 17 years ago
No worries, that kind of thing happens all the time... ;)

Glad it works now.Reply