Home All Groups Group Topic Archive Search About

Attach file to Page for Emailing



Author
24 Aug 2006 7:22 PM
Jess
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

Author
24 Aug 2006 7:37 PM
Steven Burn
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!

Show quote
"Jess" <J***@discussions.microsoft.com> wrote in message
news:2E6E4E81-E749-4DB5-B055-72261B1CC7F4@microsoft.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
Author
24 Aug 2006 8:05 PM
Jess
Do you need something like aspUpload to upload it to the server first?

Show quote
"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" <J***@discussions.microsoft.com> wrote in message
> news:2E6E4E81-E749-4DB5-B055-72261B1CC7F4@microsoft.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
>
>
>
Author
24 Aug 2006 8:13 PM
Steven Burn
http://aspfaq.com/show.asp?id=2189

--
Regards

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

Keeping it FREE!

Show quote
"Jess" <J***@discussions.microsoft.com> wrote in message
news:FB4980B2-5919-4831-986E-BD2B2C5F0481@microsoft.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" <J***@discussions.microsoft.com> wrote in message
> > news:2E6E4E81-E749-4DB5-B055-72261B1CC7F4@microsoft.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
> >
> >
> >
Author
24 Aug 2006 9:26 PM
Jess
Any other links?  That one's been down for awhile.

Thanks for the help.
Jess

Show quote
"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" <J***@discussions.microsoft.com> wrote in message
> news:FB4980B2-5919-4831-986E-BD2B2C5F0481@microsoft.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" <J***@discussions.microsoft.com> wrote in message
> > > news:2E6E4E81-E749-4DB5-B055-72261B1CC7F4@microsoft.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
> > >
> > >
> > >
>
>
>
Author
24 Aug 2006 9:43 PM
Steven Burn
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!

Show quote
"Jess" <J***@discussions.microsoft.com> wrote in message
news:CF370A46-6440-4B91-B5BD-C516BFC1A3AF@microsoft.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" <J***@discussions.microsoft.com> wrote in message
> > news:FB4980B2-5919-4831-986E-BD2B2C5F0481@microsoft.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" <J***@discussions.microsoft.com> wrote in message
> > > > news:2E6E4E81-E749-4DB5-B055-72261B1CC7F4@microsoft.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
> > > >
> > > >
> > > >
> >
> >
> >

AddThis Social Bookmark Button