Easy to use Angular2 directives for file uploads (demo)
Follow me at twitter to be notified about new releases.
- A recommended way to install ng2-es5-file-upload is through npm package manager using the following command:
npm i ng2-es5-file-upload --save
Alternatively, you can download it in a ZIP file.
-
Currently
ng2-es5-file-upload
contains two directives:ng2-file-select
andng2-file-drop
.ng2-file-select
is used for 'file-input' form fields andng2-file-drop
is used for areas that will be used for dropping files. -
More information regarding use of ng2-es5-file-upload is located in demo and demo sources.
uploader
- (FileUploader
) - uploader object. See usage in demo
uploader
- (FileUploader
) - uploader object. See using in demo
Parameters supported by this object:
url
- URL of File Uploader's routeauthToken
- Auth token that will be applied as 'Authorization' header during file send.
file-over
- fires during 'over' and 'out' events for Drop Area; returnsboolean: true
if file is over Drop Area,false
otherwise. See usage in ts demo and html demo
Please follow these guidelines when reporting bugs and feature requests:
- Use GitHub Issues to report bugs and feature requests.
- Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
Thanks for understanding.
The MIT License (see the LICENSE file for the full text)