Project Description:
I need a plugin that will allow a registered user to upload multiple images from a form created with Formidable Pro. I already have the Formidable Form. I want the plugin to use the following jquery plugin.
http://aquantum-demo.appspot.com/file-upload
Here's a breakdown.
1. Registered user gets access to the form I have created with Formidable.
2. The user clicks on a button to upload multiple images using the jquery file upload plugin.
3. Thumbnail preview of the images are displayed - allowing the user to delete, and perhaps rearrange order.
4. When the rest of the form is filled out and the form is submitted, the images must be "attached" to the post.
Additional Feature wanted.
1. The ability to add a title and description of the uploaded images before the form is submitted in step 4 above.