This topic is locked

RealEstate Demo Problem

6/4/2007 3:56:40 PM
ASPRunnerPro General questions
L
lonestar author

I'm new to ASPRunner and decided to try the RealEstate demo in 5.0.

After uploading it to my web server I try editing a property and get the following if I try to upload a pic:
<<< Record was NOT edited >>>
006~ASP 0174~Invalid Path Character(s)~An invalid '/' or '\' was found in the Path parameter for the MapPath method.
Any clue where to start in solving this problem?

Sergey Kornilov admin 6/4/2007

It's hard to tell what is wrong without seeing your code.
Post your app to Demo Account (last tab in ASPRunnerPro) and send the URL of demo account to support@xlinesoft.com.

L
lonestar author 6/5/2007

My code is identical to that which ASPRunnerPRo 5.0 creates using its RealEstate template.

L
lonestar author 6/5/2007

Nevermind, I found the solution.

fdata.Add "UploadFolder","photos/"

Should read:

fdata.Add "UploadFolder","photos"

AND permissions need to be established for the target folder.

Sergey Kornilov admin 6/5/2007

Thanks, we'll fix this in the next update.