Hi, I have a form with an update file control.
I have change my upload folder in the WebHandler to a folder in disk (outside the web folder) to store the uploaded files (p_web.site.UploadsPath = CLIP(LEFT(p_web.GSV('GLOWEB:UploadsDir')))).
The files uploads and are saved with no problem to the folder, but the browse and the display field dont show the thumbnails.
For example the folder is C:\images and in the field that saves de path I am saving the full path and the file name.
What Im doing wrong?
Thank you!