nishantmc / angular-material-fileupload

A fileupload component based on angular-material design
MIT License
98 stars 77 forks source link

Upload single file #85

Open AlessandraB19 opened 3 years ago

AlessandraB19 commented 3 years ago

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

OzBob commented 3 years ago

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.