ngx-image-uploader
ngx-image-uploader copied to clipboard
Can't upload .pdf files, if set option autoUpload: false
imageOptions: ImageUploaderOptions = {
uploadUrl: 'https://fancy-image-uploader-demo.azurewebsites.net/api/demo/upload',
cropEnabled: true,
thumbnailResizeMode: 'fill',
autoUpload: false,
resizeOnLoad: false,
thumbnailWidth: 320,
thumbnailHeight: 200
};
https://stackblitz.com/github/ogix/ngx-image-uploader?file=src%2Fapp%2Fapp.component.ts
This component is designed for images but I can have a look if I can easily fix it.
This component is designed for images but I can have a look if I can easily fix it.
yeah, it well be cool