Advice on creating admin panel where user can upload, remove and order the files

Posted by Manoj on Stack Overflow See other posts from Stack Overflow or by Manoj
Published on 2010-05-27T03:23:32Z Indexed on 2010/05/27 3:31 UTC
Read the original article Hit count: 355

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about fileupload

Related posts about ordering