zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

Not properly working in safari browser. #28

Closed RathodGirish closed 7 years ago

RathodGirish commented 7 years ago

Dropzone loading display but image not uploading. I am trying to upload from iPhone safari browser.

sconix commented 7 years ago

I don't think we have had any problems with safari, but I can try next week.

RathodGirish commented 7 years ago

Actually I am getting problem when try to reset already uploaded images in safari only. For other browser it's working fine.

this.dropzone.options.addedfile.call(this.dropzone, mockFile);

Getting this error:

EXCEPTION: FileConstructor is not a constructor (evaluating 'new File([], _thisPicture.Name)')

sconix commented 7 years ago

Ok if you are calling the dropzone functions then you might have better luck in Dropzone issues, I can't see how the Angular part could effect how the Dropzone works internally.

RathodGirish commented 7 years ago

ok @sconix I am using angular2. You know What could be the reason? and any other solution?

sconix commented 7 years ago

I have no ideas, but let see if we bump into same problem once we start full testing of our upcoming product where we use this library.

RathodGirish commented 7 years ago

Thanks You can try with simple example. And try to reset exiting images in dropzone area.