Re: [PHP] $_FILES associative array

2002-12-06 Thread Jason Wong
On Saturday 07 December 2002 01:10, Tom Rogers wrote: > > If your input is like this: > > > > The array you get would look like this: > > $_FILES['userfile']['name'] The original name of the file on the client > machine. > > $_FILES['userfile']['type'] The mime type of the file, if the browser > p

Re: [PHP] $_FILES associative array

2002-12-06 Thread Tom Rogers
Hi, Saturday, December 7, 2002, 2:56:53 AM, you wrote: MS> I'm trying to find some documentation on the $_FILES MS> array, but on PHP, it's a little confusing. I read the MS> documentation and the comment from rep_spam@..., but MS> that wasn't too clear to me either. MS> I'm aware that when uploa