Pure ASP Upload Add On Pack Support Product Page

Solved

Delete Image. Invalid Path Character(s)

Reported 30 Dec 2013 21:44:55
1
has this problem
30 Dec 2013 21:44:55 Terry Duckett posted:
I get the following when trying to delete image with deleting record:

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

Invalid Path Character(s)

/ScriptLibrary/incPUAddOn.asp, line 439

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

Replies

Replied 06 Jan 2014 11:21:01
06 Jan 2014 11:21:01 Teodor Kuduschiev replied:
Hello Terry,
You could enable parent paths on your server ( www.dmxzone.com/go/5425/asp-error-disallowed-parent-path/ )

Or you could use an absolute path like "/ScriptLibrary/" instead of "../ScriptLibrary/"
Replied 06 Jan 2014 12:19:38
06 Jan 2014 12:19:38 Terry Duckett replied:
Yes, I figured it out after I posted. Absolute path's fixed the issue. Thanks for the reply!

Reply to this topic