Skip to content

[feature] file params #44

@Dafaque

Description

@Dafaque

Implement file picking and processing for Action Apps.
Picking:

  • sutable UI
  • sending to backend as multipart or stream

Processing:

  • param type ace.FILE (underlying stream, filename, and it's len i guess)
  • some fs funcs to be able discover, store and read files
  • make ace.result() to be able to accept new type, which causes download
  • make http.in.post to be able handle new type into mulipart or stream request

For me use case is to create wrappers around some AI cmd's which has no REST.
I want to:

  • get file from form
  • store it
  • pass it's location into cmd
  • await for result
  • get result file and respond it back to user

Metadata

Metadata

Assignees

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