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
- COMET version:
- Environment (Operating system, version and so on): Windows
- .NET Framework version: -
- Additional information:
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