Forum Moderators: open

Message Too Old, No Replies

Attaching a file to a form

Need Help!

         

jefferson

5:57 pm on Mar 23, 2005 (gmt 0)

10+ Year Member



I have an online application form, and would like to add a place to attach a resume from a file. does anyone know of any sites where this would be explained, or any code which i may copy. Right now, the form takes all the fields and emails the data. I would like for this file to be attached to the email if possible.

tedster

6:54 pm on Mar 23, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The exact method for letting the user attach a file will be determined by what kind of server side scripting you can use - asp, perl, php, jsp and so on. There's lots of related information right here on WebmasterWorld. See the results of this Google Search [google.com] to get started.

<edited to fix typo>

[edited by: tedster at 7:31 pm (utc) on Mar. 23, 2005]

jefferson

7:11 pm on Mar 23, 2005 (gmt 0)

10+ Year Member



i am using asp, and don't have any aspmail components. how hard is it to do using javascript?

lZakl

10:16 pm on Mar 23, 2005 (gmt 0)

10+ Year Member



Simple, you can't. Javascript is client side, you will need to use ASP, which is a server side language, to do this. Like tedster mentioned, there is a lot of useful information here that will help you get started. :0)

Info [developer.com]
This may clear up some confusion, or generate more, depending on how savvy you are.
Good luck!

-- Zak