Hi All: There have been many changes in NTWS since I had to deal with this and am wondering what is the best way to access images that are not stored beneath the app folder.
In NT 7, I added a prefix to the Image on the display field, then watched for that prefix in the Webhandler SendFile embed point. If the request included my prefix ('securedownload\') it would look for the Image in the C:\ImageFolder and send it to the client browser.
In NT7, under Upload Form SaveFile Embed, I used, Copy(p_web.GetValue('pho:name'), glo:ImagePath) to store the image.
Are these still the way to handle this? Or, is this handled in a better way in NT 9?
Thanks,
Jim