SenseNet / sn-client-dotnet

A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.
https://www.sensenet.com/
GNU General Public License v2.0
7 stars 16 forks source link

Provide a better error message when uploading large text files #67

Closed tusmester closed 2 years ago

tusmester commented 2 years ago

Currently we cannot upload text files (using the UploadTextAsync method) larger than the chunk size, because this method does not deal with chunks, it uploads text files in one round.

The error message should be clear on this.