Advice on creating admin panel where user can upload, remove and order the files
- by Manoj
I'm working on a website where a logged-in admin needs the ability to upload and manage multiple PDFs from their computer. They'd need to be able to upload/remove the files. Also, there would need to be a way that they can sort the list of uploaded files and save that order so that other visitors to the page would see the list of files in that particular order.
I looked into jQuery Uploadify among other things. Would javascript be the right way to go?
Thanks,
Manoj