Re: ASPEmail & ASPUpload problems

From: Kelli (kellihREMNOREPLY_at_shaw.ca)
Date: 11/29/04


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.



Relevant Pages

  • Re: Internal server error
    ... > Internal server error. ... > When i checked logs it is giving following error: ... There seems to be a problem on line 4 of your script. ... SEE THE BROKEN CODE, but additionally it also helps to know any other ...
    (perl.beginners)
  • Re: CGI and logging module
    ... The following script causes an Internal Server Error ... blah blah blah ... you can get a more fully formatted exception using ...
    (comp.lang.python)
  • Re: Newbie gets Internal Server Error, among others
    ... > I'm using Mac OS X, and I'm trying to run a script ... > When I hit it in Explorer, I get an Internal Server Error, and then my ... run it in Terminal as 'perl mail_form.cgi' ...
    (comp.lang.perl.misc)
  • CGI and logging module
    ... The following script causes an Internal Server Error ... (with nothing in the Apache error logs AFAIK): ... import logging ... The same script with the import statement commented out works as expected. ...
    (comp.lang.python)
  • Re: User account and Personal folder mismatch script
    ... I believe you want a script that can be run by an administrator that will ... The script above only documents if a home folder has been assigned. ... > End Sub ...
    (microsoft.public.scripting.vbscript)

Loading