1
Working on a site that requires a database manager type control for Downloads. The files are mostly under 500KB, but there are some up to 8MB.
The database has 5 categories. 1 category & 4 sub-category.
Type / model / year / color / style -
Need to be able to run a sort/search to extract those files that qualify for download.
Sort and Search to certain color and style, or year and model, or type, model, year, etc.
Don't need much informaton...mostly intro text, and few details. Then a clickon for more details and pics,etc.
The user is expected to only DL one file at a time, and an uploads by user from computer with browse is required. FTP is OK for admin to get the DB up and running, but after that the users will upload files via an uploads utility. It would be great if they could batch upload, but for the present that's not necessary.
Anyone know of such an animal for Xoops? If not maybe I can just wrap a PHP application. I'd appreciate any suggestions or ideas.
Thanks