asked on
<cfset thisImageside=imageNew("/path_to_file/filename.jpg")>
works but<cfset thisImageside=imageNew("/path_to_file/file name with space.jpg")>
gives me an error, I get an Access denied error. I have tried using urlEncodeFormat for the file name but then I get the error that the file does not exist.