Hi.
I am trying to display a .gif file on my page. The .gif is a picture of the current user. The .gif files are stored off the company's home page (e.g. They are not located on the coldfusion server.
The problem is that the pictures do not exist for all users. I want to write code that will determine if the file exists. If it exists, I want to display it, if not, I want to display another .gif indicating that no picture is on file.
I have tried FileExists() but that does not seem to work for it only seems to work for actual directories. Does anyone have any other ideas that would work for me?
Thanks in advance for any help you can provide.
I am trying to display a .gif file on my page. The .gif is a picture of the current user. The .gif files are stored off the company's home page (e.g. They are not located on the coldfusion server.
The problem is that the pictures do not exist for all users. I want to write code that will determine if the file exists. If it exists, I want to display it, if not, I want to display another .gif indicating that no picture is on file.
I have tried FileExists() but that does not seem to work for it only seems to work for actual directories. Does anyone have any other ideas that would work for me?
Thanks in advance for any help you can provide.