Question
expandPath
Hi there,
basically I am setting up a file management system through coldfusion and everything works perfect except one minor detail, as always ;)
In the section where I upload the file I use expandPath("../images/userimgs") and later on after I rename the file I put the route to the file in a text field in a database.
Everything so far works fine, the problem is, in the text field, the expression has no forward slashes in it, the route to the file is just a line of directory names. Currently he site is local, Would that affect it in any way?
basically I am setting up a file management system through coldfusion and everything works perfect except one minor detail, as always ;)
In the section where I upload the file I use expandPath("../images/userimgs") and later on after I rename the file I put the route to the file in a text field in a database.
Everything so far works fine, the problem is, in the text field, the expression has no forward slashes in it, the route to the file is just a line of directory names. Currently he site is local, Would that affect it in any way?