In the _SendFile embed, I am sending the photo to the page that requested it. The p_filename being returned is built from the ImagePath (outside of the web folder) and the filename. This works great on my machine. When I use it on a network with the UNC Path, the last letter is being dropped for some reason.
Example:
loc:photo = photo.jpg
loc:path = \\mypath\photos\
p_filename = clip(loc:path) & clip(loc:photo)
When it is sent back, Debugview shows: \\mypath\photos\photo.jp
Thanks in advance for any help.