dolphin-platform icon indicating copy to clipboard operation
dolphin-platform copied to clipboard

upload streams

Open blackdrag opened this issue 8 years ago • 2 comments

It would be good for the platform to provide a way to handle uploads. For example through a DolphinAction. There a parameter could be a representation of a stream of upload data. It should be possible to get information about the progress of the stream, at least about it being started and ended, in case of finite data like a giant String or a big byte array a progress information beyond that would be perfect to have for example a progress bar.

This functionality should not be realized by the highlander bean. One possibility could be for example to have an internal rest service through the platform and change the logic for the command realizing the remote invoke of the dolphin action.

blackdrag avatar Mar 21 '17 15:03 blackdrag

see https://github.com/canoo/dolphin-platform/issues/420

hendrikebbers avatar Mar 22 '17 09:03 hendrikebbers

For version 1 of DP we will have a REST client that supports all REST operations (GET, POST...) by using the client scope.

hendrikebbers avatar Aug 23 '17 06:08 hendrikebbers