James Keeline <[EMAIL PROTECTED]> wrote: --- Ken
<[EMAIL PROTECTED]> wrote:
> I have a web page that allows the board members to send a mail to every
> club member. The email address is picked up from the membership
> database. I have been asked to allow attachments to be added to the
> mails. I don't know how to do that. Any help would be appreciated.
>
> Thanks
> Ken
Dear Ken...
< form action="upload.php" method="post" enctype="multipart/form-data" >
< input type="hidden" name="MAX_FILE_SIZE" value="10000000" >Select a file to
upload!
< input type="file" name="userfile" >
< input type="submit" value="Upload!" >
< /form >
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
[Non-text portions of this message have been removed]