I have a classifieds website where users must fill in a form in order to put a ad. The form consists of name, password, category, specifications etc etc.
Now, I need to add a image upload function into this form, which must have the following:
1- Upload up to 5 images.
2- A ‘remove image link’ beneath each image if the user wants another image instead.
How would you do this?
Thanks
Best would be if there was a plugin or something to Jquery which is easy to modify…
jQuery Multiple File Upload
You can limit the number of uploads using the
maxoption or passing a number as the only parameter. More info on the Examples tab.