OK...My first post on any forum about coding ever so bear with me pls...
Situation:
I have built a basic webpage with the ability to upload files. These files are located in multiple directories based on where the user decides to place them.
I am trying to add a form to the page that allows the users to select which file they want to downlaod. Can this be done without mysql or any database support?
Next,
when using Smart Downloader is always get this "please specify file name for download". I have changed the define('BASE_DIR','') to the exact location of the folder on my server. How can the user specify which file they want if that is never an option?
I am able to provide a direct link to any one certain file via <a href="location of file"> Link<a/>...and when clicked it opens the img in FireFox without choice to download.
Basically what i am getting at is when referencing back the .php file of Smart Downloader i only get the error listed above every time...
ANy help?

??