nishantmc/angular-material-fileupload

Upload single file

Opened this issue · 1 comments

Hello, is there the possibility to upload a file without select it, but defining a path from where upload it? Thank you

OzBob commented

This is a HTML browser component feature, input type=File see link , not a Angular feature. I would say this is not possible as it would break the security restriction of the browser not having access to the local file system until after the 'Choose File' button is clicked.