NYCPHP Meetup

NYPHP.org

[nycphp-talk] next challenge

rob at nyc.yamaha.com rob at nyc.yamaha.com
Mon May 12 11:46:24 EDT 2003


On 11 May 2003 at 22:00, Chris Shiflett wrote:

> --- "Joshua S. Freeman" <jfreeman at amnh.org> wrote:
> As far as the form field you want to use, just try <input type="file">. Then,
> check the $_FILE[] array upon submission, and you'll get an idea about what you
> need to do. If you need help writing the file, just search the online manual.

Don't forget that if you're uploading files through a form, you must include enctype or 
encoding as an attribute of the form tag.  This can be a big "gotcha" for file uploads.

-Rob




More information about the talk mailing list