Forums

This topic is locked

Server.MapPath Error with Pure ASP Upload

Posted 03 Jun 2003 00:55:52
1
has voted
03 Jun 2003 00:55:52 tony anglesey posted:
When using the Pure ASP Upload 2, I get the following error:

Server.MapPath() error 'ASP 0174 : 80004005'

Invalid Path Character(s)

E:\SITES\AGAVEBLUE\TALENT\../ScriptLibrary/incPureUpload.asp, line 204

An invalid '/' or '\' was found in the Path parameter for the MapPath method.


Replies

Replied 03 Jun 2003 01:01:13
03 Jun 2003 01:01:13 tony anglesey replied:
Nevermind. Simple operator error.

Replied 21 Apr 2005 03:36:53
21 Apr 2005 03:36:53 Elizabeth Martinez replied:
When using the Mail Uploades Files behavior I am getting the error :
Server.MapPath() error 'ASP 0174 : 80004005'

Invalid Path Character(s)

/ScriptLibrary/incPUAddOn.asp, line 202

An invalid '/' or '\' was found in the Path parameter for the MapPath method

The script is copied in the same library as the Upload script which is working. The file is uploaded. I am using the latest version of the I have read a lot of threads where they mention the error but have not seen a solution. Please instruct as to how to solve it.
Replied 21 Apr 2005 04:24:46
21 Apr 2005 04:24:46 Elizabeth Martinez replied:
The following article, explains that windows 2003 has problem recognizing a list of characters with the MapSErver command, among the problems is the '&' symbol on line 202 of the asp add on script.The article is www.aspfaq.com/show.asp?id=2302

How can I make it work in Windows 2003?
Replied 21 Apr 2005 23:50:31
21 Apr 2005 23:50:31 Elizabeth Martinez replied:
I got it to work. The answer was in front of me, but silly me did not see it til now.

In the upload script I chose, to save full path, and needed to leave emplty to upload folder in the mail upload script.

Reply to this topic