Thank you for your promptly response. What is driving me crazy is an upload functionality that I can't get to work ok.
I used an input file field in my form and added a preview submit button so the user can see the picture before it is sended to the server and decide if it is uploaded or not.
Question1: Once the user clicks the preview button is the file copied to a temporary directory in the server ?
Question2: Is it possible to get the original path name in the client ?
Thanks ..