This project involves improving existing modules that upload images in a custom admin using the jquery uploadify plugin and displays them on a web page using a jquery prettyphoto plugin. The backend and site is written with PHP.
The enhancements that need to be made are:
-With the upload, need to be able to upload multiple files at a time. (FYI, The backend process to the uploadify, does some renaming of the files. and stores the filenames in the existing database)
-Need to be able to spe…
