JQuery plugin.
A multiple photo picker for web forms. Helps to mark up web form with multiple images. Takes images format: image/jpeg, image/png.
<form>element must be created- Element
<input type="file">may be created inside of<form>. If not, it will be created automatically with namefiles - Look into Examples
- Add
js/photopicker.jsto HTML document - In HTML code put this snippet:
$("#selector").photopicker();
At the time it is limited list of available parameters adopted to plugin.
fileListID - id of element which lists file set.
inputName - name of created input field. Sends to backend.
maxFiles - limit to file list.