NT7.15
I have a situation where I may have multiple users uploading files at the same time and some of the files may have the same name. Because of this, I cannot use a common folder for uploads.
I want to create a randomly named folder for each session so any files uploaded in a specific session will be uploaded into a uniquely name folder.
How can I set a unique upload folder for a session? When the files are uploaded by a user they will be processed in the SaveFile embed of the File Upload control in a form and they will be moved out of the upload folder to another location. When the session ends the randomly named upload folder will be removed.
Also, in the properties of a File Upload control where does the file go if "Save incoming file to uploads folder" is not checked?
Thanks,
Chuck