This is a discussion on "input type=submit - beginner's question" within the Web Page Design section. This forum, and the thread "input type=submit - beginner's question are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
input type=submit - beginner's question
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
input type=submit - beginner's question
I'm trying to use such code:
How to send it as an attachment to the specified e-mail address? Please help! Need it urgently |
|
#2
|
|||
|
|||
|
Re: input type=submit - beginner's question
you need more in your form tag
look here... http://cgi-lib.berkeley.edu/ex/fup.html see if that helps. |
|
#3
|
|||
|
|||
|
Re: input type=submit - beginner's question
Hi, PixelLuv. I haven't found the script on that page... I need a simple, tiny script! And I can't find one
|
|
#4
|
|||
|
|||
|
Re: input type=submit - beginner's question
http://www.celerondude.com/php-uploader-v6 is a pre built flexible PHP Uploader sscript that is free. And from what I know you can set accounts on it, give different people different levels of access etc. At the very least you could open its files up and learn by example.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#5
|
|||
|
|||
|
Re: input type=submit - beginner's question
sorry man.
im not so sure it is tiny. ive not done it in years... ala classic asp, but at the time it was a pain. perhaps this should be in a different forum depending on what middle tier language your server uses? |
|
#6
|
|||
|
|||
|
Re: input type=submit - beginner's question
Thank you moojoo and PixelLuv, yes you are right probably. I had to ask in php forum as I'm using php.
And I need something really small and simple without all those special features and advanced flexibility. I expect it to be about 10 lines big - 10 lines maximum |
|
#7
|
|||
|
|||
|
Re: input type=submit - beginner's question
PHP Uploaders are generally pretty small to do what you need to do, but I am no PHP Guru.. Wish I could help more.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#8
|
|||
|
|||
|
Re: input type=submit - beginner's question
how are you setting your expectations? did you see it b4?
its the server side stuff that is the issue with me. btw. notice you listen to jazz. mmw is my favorite group these days. seen them three times. |
|
#9
|
|||
|
|||
|
Re: input type=submit - beginner's question
http://www.h2bworkusa.eu/i/john+me.jpg
http://www.h2bworkusa.eu/i/billy+me.jpg the guy who isn't mmw and is in the focus - me |
|
#10
|
|||
|
|||
|
Re: input type=submit - beginner's question
i wanna look. but i am forbidden.
|
|
#11
|
|||
|
|||
|
Re: input type=submit - beginner's question
you draw very well btw
|
|
#12
|
|||
|
|||
|
Re: input type=submit - beginner's question
ups, don't know why... try to copy the address into the address bar of the browser (it works)
thank you. |
|
#13
|
|||
|
|||
|
Re: input type=submit - beginner's question
It's not quite as simple as I think you were hoping if you are going to do it right. Not only does your form need to have the necessary fields and info so that it knows it can expect files as well as other data, your php code needs to be able to construct an email with attachments, which is what the file will become. I have placed my template file for this sort of thing here http://1ontheweb.net/downloads/mailout.txt Have a look through, CAREFULLY, modify to suit your requiements. |
|
#14
|
|||
|
|||
|
Re: input type=submit - beginner's question
Hello, ukgeoff, yes i've realized it isn't all that simple
The HTML part is clear for me. But I can't find a proper php handler - most of things are tooooo complecated. The scripts advertised on the net are full functionality software rather than small bits of code for very particular tasks. I need a script to pick up an MsWord doc and send it to e-mail as an attachment. This is to let people upload there CVs on our job site and get them sent to our work e-mails. Unfortunately i'm unable to write such code myself... Keep looking |
|
#15
|
|||
|
|||
|
Re: input type=submit - beginner's question
i purchased one when i had to do that. worked a charm.
|