Re: ASPEmail & ASPUpload problems
From: Kelli (kellihREMNOREPLY_at_shaw.ca)
Date: 11/29/04
- Next message: Jeff Dillon: "Re: asp session help"
- Previous message: Jeff Dillon: "Re: Request.Form doesn't work in email"
- In reply to: Jeff Cochran: "Re: ASPEmail & ASPUpload problems"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Nov 2004 21:44:03 GMT
On Mon, 29 Nov 2004 20:59:25 GMT, jeff.nospam@zina.com (Jeff Cochran)
wrote:
>On Mon, 29 Nov 2004 19:02:29 GMT, Kelli <kellihREMNOREPLY@shaw.ca>
>wrote:
>
>>The only error I'm getting is the ole 500 Internal Server Error.
>
>The one answered here?
>
>Why do I get a 500 Internal Server error for all ASP errors?
>http://www.aspfaq.com/show.asp?id=2109
Thanks but I do have that IE option on. I was still getting the 500
error with a couple of scripts I tried. The latest one I'm trying
however is giving me the "System cannot find path specified" error,
see below.
>>I've kind of abandoned that particular script for the moment and I'm
>>trying a simpler example taken from ASPUpload's site to see if I can
>>get that working. However, the err msg I'm getting from this one is:
>>
>>The system cannot find the path specified.
>>
>>/UploadAttachment.asp, line 19
>
>You need to identify line 19 if you're going to tell us there's
>something wrong there...
Sorry, the err msg is "System cannot find path specified"
Which is why I think I need to use the Server.MapPath. It's not
included in my code, cuz I don't know how to implement it at this
point.
Thanks for the link to the Server.MapPath info!
>
>
>>I think I need to use the Server.MapPath, but I have no idea how to
>>use it. Here's my simple code example:
>
>Your code example has no Server.MapPath in it. But it's used thusly:
>
>http://www.devguru.com/Technologies/asp/quickref/server_mappath.html
>
>This is a problem with a component, so you may want to ask the
>component publisher for help. Beyond that, strip your test to as
>simple as possible, dump the form, test ASPUpload and ASPMail
>separately and use files that are in the same folder as the script so
>paths aren't an issue.
The whole issue I think is the fact thatI cannot get the uploaded
attachment part of the form working. Using files that are in the same
folder as the script seems pointless to me, because I need to be able
to get the script/form to work with files that the user wil be
uploading.
- Next message: Jeff Dillon: "Re: asp session help"
- Previous message: Jeff Dillon: "Re: Request.Form doesn't work in email"
- In reply to: Jeff Cochran: "Re: ASPEmail & ASPUpload problems"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|