danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 385 forks source link

upload from camera ? #93

Open crapthings opened 5 years ago

crapthings commented 5 years ago

this doesn't work with mobile input[type='file']

onNewFile: (id, file) => {
        alert(JSON.stringify(file,null,2))
        console.log(id, file)
      }

return empty obj