472,126 Members | 1,579 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

Attach file to Page for Emailing

I'm trying to build a page that the user can attach a file/s to and email
them thru a form. I see plenty of info on how to actually code it to send
with a variable - but how do you build a form that allows user go out and
browse for a file? Then loads the path into a form?
Jess
Aug 24 '06 #1
5 2629
You need to upload the file to your server first.

As for allowing the user to do it ....

<input type="file" name="flFile">

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jess" <Je**@discussions.microsoft.comwrote in message
news:2E**********************************@microsof t.com...
I'm trying to build a page that the user can attach a file/s to and email
them thru a form. I see plenty of info on how to actually code it to send
with a variable - but how do you build a form that allows user go out and
browse for a file? Then loads the path into a form?
Jess

Aug 24 '06 #2
Do you need something like aspUpload to upload it to the server first?

"Steven Burn" wrote:
You need to upload the file to your server first.

As for allowing the user to do it ....

<input type="file" name="flFile">

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jess" <Je**@discussions.microsoft.comwrote in message
news:2E**********************************@microsof t.com...
I'm trying to build a page that the user can attach a file/s to and email
them thru a form. I see plenty of info on how to actually code it to send
with a variable - but how do you build a form that allows user go out and
browse for a file? Then loads the path into a form?
Jess


Aug 24 '06 #3
http://aspfaq.com/show.asp?id=2189

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jess" <Je**@discussions.microsoft.comwrote in message
news:FB**********************************@microsof t.com...
Do you need something like aspUpload to upload it to the server first?

"Steven Burn" wrote:
You need to upload the file to your server first.

As for allowing the user to do it ....

<input type="file" name="flFile">

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jess" <Je**@discussions.microsoft.comwrote in message
news:2E**********************************@microsof t.com...
I'm trying to build a page that the user can attach a file/s to and
email
them thru a form. I see plenty of info on how to actually code it to
send
with a variable - but how do you build a form that allows user go out
and
browse for a file? Then loads the path into a form?
Jess

Aug 24 '06 #4
Any other links? That one's been down for awhile.

Thanks for the help.
Jess

"Steven Burn" wrote:
http://aspfaq.com/show.asp?id=2189

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jess" <Je**@discussions.microsoft.comwrote in message
news:FB**********************************@microsof t.com...
Do you need something like aspUpload to upload it to the server first?

"Steven Burn" wrote:
You need to upload the file to your server first.
>
As for allowing the user to do it ....
>
<input type="file" name="flFile">
>
--
Regards
>
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
>
Keeping it FREE!
>
"Jess" <Je**@discussions.microsoft.comwrote in message
news:2E**********************************@microsof t.com...
I'm trying to build a page that the user can attach a file/s to and
email
them thru a form. I see plenty of info on how to actually code it to
send
with a variable - but how do you build a form that allows user go out
and
browse for a file? Then loads the path into a form?
Jess
>
>
>


Aug 24 '06 #5
http://www.aspupload.com/Manual.htm
http://www.freeaspupload.net/
http://www.asp101.com/articles/jacob/scriptupload.asp

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jess" <Je**@discussions.microsoft.comwrote in message
news:CF**********************************@microsof t.com...
Any other links? That one's been down for awhile.

Thanks for the help.
Jess

"Steven Burn" wrote:
http://aspfaq.com/show.asp?id=2189

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jess" <Je**@discussions.microsoft.comwrote in message
news:FB**********************************@microsof t.com...
Do you need something like aspUpload to upload it to the server first?
>
"Steven Burn" wrote:
>
You need to upload the file to your server first.

As for allowing the user to do it ....

<input type="file" name="flFile">

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

"Jess" <Je**@discussions.microsoft.comwrote in message
news:2E**********************************@microsof t.com...
I'm trying to build a page that the user can attach a file/s to
and
email
them thru a form. I see plenty of info on how to actually code it
to
send
with a variable - but how do you build a form that allows user go
out
and
browse for a file? Then loads the path into a form?
Jess


Aug 24 '06 #6

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

5 posts views Thread by erez | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.