uploader icon indicating copy to clipboard operation
uploader copied to clipboard

upload from camera ?

Open crapthings opened this issue 6 years ago • 0 comments

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

crapthings avatar Feb 23 '19 07:02 crapthings