-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
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