8000 support file url in $network.upload · Issue #74 · Jasonette/documentation · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
support file url in $network.upload #74
Open
@maks

Description

@maks

Currently $network.upload uses the mostly undocumented data property to upload a data uri to S3.
Instead, as discussed with @gliechtenstein on slack, it would be better to support using a local file url as the source of the data to be uploaded, which avoids having to hold the whole file being uploaded (which potentially can be very large) in app memory.
The syntax that will be used for the property is:

"data": {
  "file_url": "..."
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 330E labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0