Hello.
1) I have been saving my pdf images in one folder (../web/upload - this folder has 142,000 images of 50Gš.
2) I have created a new folder i.e. ../web/upload2. My images are now being saved in upload2
My Problem
I want my download.php file (which i have attached) to search and download files from two different paths i.e.
path1 is ../web/upload
path2 is ../web/upload2
download.php MUST search from the two paths and if a file is not found, it should display an error message.
Any help will be appreciated. I have attached the download.php zip file.
Thank you
Tom