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

Get file path of uploaded files #2043

Open LenWhims opened 6 years ago

LenWhims commented 6 years ago

I want to get the file paths of uploaded files so I can save them to db, I tried {{file.path}} but it didn't work.