### Important note - You must fill this form! If you don't fill it, your issue will be close immediately. - Put an X character between `[ ]` that is related to your issue, like `[x]` - Please remove `Important note` from this form! - Don't remove other sections (unless it's unnecessarily, like `Debug logs` and `Screenshots` sections)! #### I've: - [x] {Searched} in [Issues](https://github.com/ramtinak/InstagramApiSharp/search?type=Issues) - [x] {Checked} [Example projects](https://github.com/ramtinak/InstagramApiSharp/tree/master/samples) - [x] {Read} [wiki pages](https://github.com/ramtinak/InstagramApiSharp/wiki) - [ ] Not sure #### Issue category - [ ] Bug - [ ] Feature Request - [ ] Missing Feature - [ ] Question - [x] Not sure #### Language - [x] C# - [ ] VB.NET #### Usage - [ ] Windows Form/Console app - [ ] WPF app - [ ] Asp .NET MVC - [x] Asp .NET Core - [ ] Universal Windows Platform [UWP] - [ ] Xamarin or Xamarin Forms - [ ] Mono - [ ] Other #### Operating System - [ ] Windows - [ ] Windows Server - [ ] Linux - [x] Mac OS - [ ] Other #### Describe your issue this is how i try to add image var mediaImage = new InstaImageUpload { Height = 0, Width = 0, Uri = @"ali.jpg" }; var result = await api.MediaProcessor.UploadPhotoAsync(mediaImage, "COMMENT"); #### Screenshots <img width="642" alt="image" src="https://github.com/ramtinak/InstagramApiSharp/assets/9495208/af705db1-9f49-40ea-8eb9-16e9f9b9dc82">
Important note
[ ]that is related to your issue, like[x]Important notefrom this form!Debug logsandScreenshotssections)!I've:
Issue category
Language
Usage
Operating System
Describe your issue
this is how i try to add image
var mediaImage = new InstaImageUpload
{
Screenshots