Skip to content

IvanF/photopicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photopicker

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.

Requirements

  1. <form> element must be created
  2. Element <input type="file"> may be created inside of <form>. If not, it will be created automatically with name files
  3. Look into Examples

Usage

  1. Add js/photopicker.js to HTML document
  2. In HTML code put this snippet:
 		$("#selector").photopicker(); 	

API

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.

About

A multiple photo picker on web form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors