ng2-image-upload
ng2-image-upload copied to clipboard
Add option to disable auto-upload
Hi, Thank you for your lib.
Will be nice to migrate from 'angular/http' to 'angular/common/http'.
Is it possible to not upload the file after choose the file? I want separated button, one to choose file and one to upload, i don't think it's possible ?
Thanks
It's not doable right now, you're right, but I think it's possible to implement. If anyone wants to take a stab at it please do.
Hi, i'm using this component and works great, how can i help?
@lordrip feel free to push your pull request with requested features ;)
I want a event to check file type is an image before image upload. Current version directly hits to API. What is the solution?
There is a beforeUpload
method - it's not yet documented in the readme but there is an example in the demo.
when i upload image from edge browser browse window not close properly is this any solution for that?