"attach file" HELP
I am a novice! Maybe even computer illeterate if you will. Wondering if their is a simple cut and paste HTML or JS code that I can use so my clients can upload their pictures/files from a page on my website to my email? Like an "attach file" button or "browse" button? I have the submit button that sends the submitted material to my email. Is this at all possible without using FTP?
kb posted this at 00:42 — 30th April 2004.
He has: 1,380 posts
Joined: Feb 2002
Check hotscripts.com
Suzanne posted this at 00:46 — 30th April 2004.
She has: 5,507 posts
Joined: Feb 2000
When your users use a form, you can "handle" the attachment with an enctype="multiform/form-data" in the element, but those attachments MUST be handled with server-side software.
Most form upload scripts will do you fine (i.e. that's what you should look for on hotscripts.com)
lost posted this at 09:27 — 30th April 2004.
They have: 3 posts
Joined: Apr 2004
sounds good, now if you could just explain it to me as if I was a 8 year old child with down syndrome I would be soooooo appreciative.
lost posted this at 09:28 — 30th April 2004.
They have: 3 posts
Joined: Apr 2004
or maybe a direct link?
Suzanne posted this at 11:36 — 30th April 2004.
She has: 5,507 posts
Joined: Feb 2000
hotscripts.com
http://www.hotscripts.com/cgi-bin/search.cgi?bool=AND&query=file+mailer&catid=all
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.