Hi There,
In my website, I have a repository folder, under this repository folder I got several sub folders. See the following structure
Repository
|-------> Questions
|-------> Logos
|-------> Resources.
|-------> Certificates
All of these subfolders contains images.
My requirement is, when user uploads a new image I always want to upload that image to "Repository\Certificates" folder. But I want to let them browse from all folders. Ie. they can select an already uploaded file from anywhere.
In short, new uploads should go only in certain directory, but they can select already uploaded file from any directory.
Is this possible?
Thank you