Christian Heinrich wrote:
> Hey all,
> 
> I've just examined the latest Change-Log for Version 5.2.0 (see
> http://www.php.net/ChangeLog-5.php for details).
> 
> Seems to be fine, but I couldn't figure out one point.
> 
> The changelog talks about
> 
>> Added RFC1867 fileupload processing hook. (Stefan E.)
> 
> and I actually don't know what is meant by that. I've looked up that RFC
> but it appears to me to be about multipart/form-data only. I confess
> that I haven't read it completly, but it didn't really seem to be
> talking about what I wanted to know.
> 
> So, could anyone be so kind to explain me what is meant by that and what
> its used for?

Probably best explained with an example:

  http://progphp.com/upload.php

Try uploading a 200-300k file.

The source code is at:

  http://progphp.com/upload.phps

-Rasmus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to