Re: [PHP-DEV] re: _FILES

2007-02-08 Thread Darrel O7;Pry
On Thu, 2007-02-08 at 17:15 -0600, Brian Moon wrote: > Darrel O'Pry wrote: > > I was wondering if anyone could point me to a resource explaining why > > the _FILES array is structured as it is with html arrays. > > What is an html array? Maybe that is not the corre

[PHP-DEV] re: _FILES

2007-02-08 Thread Darrel O7;Pry
I was wondering if anyone could point me to a resource explaining why the _FILES array is structured as it is with html arrays. I've been googling and reading rfc1867.c and finding very little explanation. The _FILES[$key]['temp_name'][$key] is quite awkward when dealing with multiple uploads. I