scorelab / D4D---Drone-4-Dengue

D4D - Drone 4 Dengue
Apache License 2.0
4 stars 27 forks source link

Multiple files upload #6

Open Akarshani opened 7 years ago

Akarshani commented 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) {}