Skip to content

[Browser] Support file uploads #34

@adamziel

Description

@adamziel

At the moment, uploading files e.g. in media library isn't supported by the PHP request handler. Here's one way to solve it:

  • Pass the uploaded data blob from the service worker to the WASM worker
  • Create a temporary file in the WASM worker
  • Setup the correct $_FILES entries in the WASM worker

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions