Giter VIP home page Giter VIP logo

Comments (7)

peteut avatar peteut commented on July 1, 2024 2

+1 for a standard widget, that would be nice! Binary upload should be easy to support, as there is FileReader#readAsBinaryString.

from ipython-file-upload.

jasongrout avatar jasongrout commented on July 1, 2024 2

But it seems to have been implemented for years - it sounds pretty safe.

from ipython-file-upload.

peteut avatar peteut commented on July 1, 2024

@jasongrout I just realised that FileReader#readAsBinaryString is non-standard:
Note that this method is now deprecated as per the 12 July 2012 Working Draft from the W3C.

from ipython-file-upload.

jasongrout avatar jasongrout commented on July 1, 2024

You'll want to use https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsArrayBuffer - ArrayBuffers are what ipywidgets recognizes as a binary state value.

from ipython-file-upload.

draperjames avatar draperjames commented on July 1, 2024

@jasongrout looks like a winner to me. It even works on Edge. The only thing is the status is listed as working draft should we expect drastic changes in the future or will it stay more or less as is?

from ipython-file-upload.

jasongrout avatar jasongrout commented on July 1, 2024

Good question. We can update the code if it does change.

from ipython-file-upload.

hugulas avatar hugulas commented on July 1, 2024

@peteut I modified the code to support binary file. And I plan to contribute the patch back. Would you mind to review the patch?If yes, I will need to go through my company's open source process first. Thanks.

from ipython-file-upload.

Related Issues (19)

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.