|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
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 You need to upload the file to your server first.
As for allowing the user to do it .... <input type="file" name="flFile"> 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 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 > > >
http://aspfaq.com/show.asp?id=2189
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 > > > 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 > > > > > > 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 > > > > 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 > > > > > > > > > > > >
http://www.aspupload.com/Manual.htm
http://www.freeaspupload.net/ http://www.asp101.com/articles/jacob/scriptupload.asp 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 > > > > > 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 > > > > > > > > > > > > > > > > > > |
|||||||||||||||||||||||