>Hi,>I would like to know how do I create a attachment for my form on the web?
>It is allow the user to attach the file from their end to the form.
>Please help......
One site found a simple solution to this same need... you can see their solution at http://www.hcxinc.com/auditor.htm
There are ways of attaching files to a form mail. We use this method for some clients hosting on our sites to enable them to upload files to their server via their browser. But you have to use special form methods to do it, and as far as I know really only Netscape 3.x and higher will handle it.
Within a form tag you would have to utilize the enc type to accomplish what you are wanting to do.
Deb