RE: FN-FORUM image gallery upload through browser
date posted 5th June 2002 17:04
Hi Bob
Yes, it's nice and easy. Bascially use a form with the enctype set
to"multipart/form-data". Then use an input of "file" type. This will give
you the ability to browse your local computer for a file, then upload it:
You can handle the upload using the server side language of your choice.
Norman