You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I am running the latest version of the COMET-SDK
I have searched open and closed issues to ensure it has not already been reported
Description
The SessionService class doesn't provide support for file writing. Implement methods to make it possible.
Suggestion: WriteTransaction should receive a collection of file paths that will be written by the session. With that, it's possible to extend the CreateOrUpdateThings to receive a collection of file paths.
Essentially, the idea here is to implement file upload in the SessionService, allowing users to upload files in the same way they create things in the database.
Steps to Reproduce
System Configuration
COMET version:
CDP4Web
Environment (Operating system, version and so on): Windows
.NET Framework version: -
Additional information:
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
The SessionService class doesn't provide support for file writing. Implement methods to make it possible.
Suggestion: WriteTransaction should receive a collection of file paths that will be written by the session. With that, it's possible to extend the CreateOrUpdateThings to receive a collection of file paths.
Essentially, the idea here is to implement file upload in the SessionService, allowing users to upload files in the same way they create things in the database.
Steps to Reproduce
System Configuration
The text was updated successfully, but these errors were encountered: