abrudtkuhl / WordPressSharp

A C# client to to interact with the WordPress XML-RPC API
abrudtkuhl.github.io/WordPressSharp/
GNU General Public License v3.0
103 stars 49 forks source link

asign multiple attachment to a post #76

Open zea89 opened 6 years ago

zea89 commented 6 years ago

can i attach multiple images to a post usign this method?

public UploadResult UploadFile(Data upload) { return WordPressService.UploadFile(WordPressSiteConfig.BlogId****, WordPressSiteConfig.Username, WordPressSiteConfig.Password, upload); }

Blackcat156 commented 6 years ago

Hello, I know this. Before you call client.NewPost (post), all uploads will be classified as this article. As long as you keep the same client