danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

Drag and drop an already existing json file into uploader with clicking select or gettiung into file system #1931

Open thrinay opened 7 years ago

thrinay commented 7 years ago

I have a view where in the left side I will be having the json file and on the right side we have the file uploader. I would just like to drag and drop the left side file to the file uploader . Is there any way to get this thing solved out. I did even try looking into all the issues but couldn't really find if anyone had faced it. Thank you