GithubHelp home page GithubHelp logo

IE11 about file-upload-with-preview HOT 3 CLOSED

gheorghemolnar avatar gheorghemolnar commented on June 30, 2024
IE11

from file-upload-with-preview.

Comments (3)

johndatserakis avatar johndatserakis commented on June 30, 2024

Hey there - sure your best bet would be to study this CodeSandbox - it has file-upload-with-preview all set up using only HTML, JS, and CSS.

Let me know of any further questions, thank you.

from file-upload-with-preview.

gheorghemolnar avatar gheorghemolnar commented on June 30, 2024

Thanks for your update John, unfortunately the script tag included, has not been compiled to be compatible with IE11.
It has modern syntax, like string interpolation ...

from file-upload-with-preview.

johndatserakis avatar johndatserakis commented on June 30, 2024

Sure, concerning the polyfill's specifically you can import some in the <head> of your HTML. I'm not sure exactly what is needed, but if you poke around at the errors you get you'll get an idea.

  • Babel:
    • <script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
  • ES6 Promises
    • <script src="https://cdn.jsdelivr.net/es6-promise/latest/es6-promise.auto.min.js"></script>
  • Object.assign
  • ...etc.

from file-upload-with-preview.

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.