Upload file. Server api
-
Is there a way to let user choose and upload a file from his daw/filesystem to a server?
-
@hisefilo I don't think so. Although if the file is text based you could read in the text and send it to the server.
-
@d-healey was toying with the idea of allow users to collaborate via a plugin. That's a shame
-
There's a createOutputStream() in JUCE that seems to be the way. Don't know if HISE Server Api has that method somewhere or can inherit from
-
@d-healey maybe adding a Base64 to the json: