jimi icon indicating copy to clipboard operation
jimi copied to clipboard

[Feature] File Upload Field Type

Open b1scuit-thi3f opened this issue 3 years ago • 2 comments

Describe the solution you'd like It would be really useful in some situations to be able to have a field in an object that instead of having to paste in raw data into, you could instead click a "upload file" button. This would then let you upload a file which would be handled by the storage functionality and the object would make an automatic reference to it.

For example, a user could upload a CSV file to an object, which would then automatically convert the CSV into events and pass it through the flow. This might be useful if you have a list of assets you want to target, and you just give JIMI the file instead of having to copy and paste out the contents.

b1scuit-thi3f avatar Jul 09 '21 10:07 b1scuit-thi3f

Would be good to allow selecting of existing storage files as well as adding new storage files.

z1pti3 avatar Aug 07 '21 08:08 z1pti3

storageTrigger added in v3.1 enables loading from an already uploaded storage file by id. It would be good tho to use this feature to add the ability to upload directly on a form item and also have a better way to select the files instead of finding the ID and pasting it in.

z1pti3 avatar Oct 10 '21 18:10 z1pti3