Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: uppy.addFile should accept browser File objects #4020

Merged
merged 4 commits into from Aug 22, 2022

Commits on Aug 19, 2022

  1. If non-remote file has no .data, it’s a File object from the browser,…

    … convert it to Uppy format
    arturi committed Aug 19, 2022
    Copy the full SHA
    4bfa6c4 View commit details
    Browse the repository at this point in the history
  2. Add test

    arturi committed Aug 19, 2022
    Copy the full SHA
    42dde09 View commit details
    Browse the repository at this point in the history
  3. Update packages/@uppy/core/src/Uppy.js

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    arturi and aduh95 committed Aug 19, 2022
    Copy the full SHA
    07e3074 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Check for instanceof File

    arturi committed Aug 22, 2022
    Copy the full SHA
    1c63023 View commit details
    Browse the repository at this point in the history