Open Akarshani opened 7 years ago
Upload multiple images to the site through a single button click.
This is in "Manage Jobs" -> "Analysis Jobs" tab.
FIle Location: public->components->viewjob->viewjob.ctr.js and viewjob.tpl.html
In viewjob.tpl.html
Search the place which use the method "vm.imageUpload(image)".
In viewjob.ctr.js
function imageUpload(image) {}
Upload multiple images to the site through a single button click.
This is in "Manage Jobs" -> "Analysis Jobs" tab.
FIle Location: public->components->viewjob->viewjob.ctr.js and viewjob.tpl.html
In viewjob.tpl.html
Search the place which use the method "vm.imageUpload(image)".
In viewjob.ctr.js
function imageUpload(image) {}