wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
340 stars 130 forks source link

Create new images with non-ASCII characters name cause error. #370

Open IronEaterBeast opened 4 months ago

IronEaterBeast commented 4 months ago

For example:

var result = await client.Media.CreateAsync(stream, "中文.webp");

If the name is changed to English, for example "English.webp", the image can be created. Is this a bug?