Giter VIP home page Giter VIP logo

Comments (5)

dfa1234 avatar dfa1234 commented on September 18, 2024

If you look at this try catch

You will see the promise is rejecting when no files are selected / the user abord.

If it's not the case, you can update your issue, I will let it open meanwhile

from ngx-image-compress.

byronigoe avatar byronigoe commented on September 18, 2024

Hitting Cancel on the File Picker does not throw an error or trigger any event, so there's no way to know it happened. There are some supposed workarounds, but click is the only event that gets triggered the current way uploadFile is implemented. If you implemented your own file input control differently (i.e. a native element instead of an invisible one), then you could try some shenanigans with focus and blur.

from ngx-image-compress.

byronigoe avatar byronigoe commented on September 18, 2024

I've got it working by implementing uploadFile() myself (copied from here). The code is almost identical to ImageCompress.uploadFile(), so perhaps using Renderer2 is the reason the focus event isn't emitted.

from ngx-image-compress.

dfa1234 avatar dfa1234 commented on September 18, 2024

I let upload apart the compress to let the user freely choose the upload method.

Renderer2 seems to be the best option because of reasons https://stackoverflow.com/a/56143045/4406065

But maybe we could add another uploadFile function using direct DOM manipulation as a workaround for your case, that's pretty simple.

from ngx-image-compress.

dfa1234 avatar dfa1234 commented on September 18, 2024

41d3646

from ngx-image-compress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.