angular-material-fileupload icon indicating copy to clipboard operation
angular-material-fileupload copied to clipboard

Upload single file

Open AlessandraB19 opened this issue 3 years ago • 1 comments

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

AlessandraB19 avatar Jul 12 '21 14:07 AlessandraB19

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.

OzBob avatar Jul 19 '21 07:07 OzBob