ogix / ngx-image-uploader

Angular image upload component with preview and cropping features
6 stars 9 forks source link

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

Open emirmamashov opened 5 years ago

emirmamashov commented 5 years ago
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

ogix commented 5 years ago

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

emirmamashov commented 5 years ago

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

yeah, it well be cool