maxwell
04-13-2004, 07:15 PM
Hello,
I have created an asp application to track bugs in our software design process. The form has a field to attach a text file. The data on the form will be posted to the database and at the same time send an email to a specified recipient with the attachment. Problem. The text file is not on the site where my asp app is hosted. Any one of five people can send the email but no one knows what the text file will be until it is sent. DO I first have to upload the file to the directory where my app is hosted? I am using the built in newmail object to send the email. I hope I am making some sense with this. any help is much appreciated.
Maxwell
I have created an asp application to track bugs in our software design process. The form has a field to attach a text file. The data on the form will be posted to the database and at the same time send an email to a specified recipient with the attachment. Problem. The text file is not on the site where my asp app is hosted. Any one of five people can send the email but no one knows what the text file will be until it is sent. DO I first have to upload the file to the directory where my app is hosted? I am using the built in newmail object to send the email. I hope I am making some sense with this. any help is much appreciated.
Maxwell