ngx-image-uploader icon indicating copy to clipboard operation
ngx-image-uploader copied to clipboard

Can't upload .pdf files, if set option autoUpload: false

Open emirmamashov opened this issue 6 years ago • 2 comments

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

emirmamashov avatar Jan 30 '19 14:01 emirmamashov

This component is designed for images but I can have a look if I can easily fix it.

ogix avatar Jan 30 '19 19:01 ogix

This component is designed for images but I can have a look if I can easily fix it.

yeah, it well be cool

emirmamashov avatar Jan 31 '19 05:01 emirmamashov