I am trying to upload my images to deviantart
They give below curl command as example to upload stash
I got my access_token already however i don't know how can i post this with either using asp.net or C#
Help is appreciated
I need to upload image along with parameters
Here the curl command they gave as example
curl https://www.deviantart.com/api/v1/oauth2/stash/submit \
-F "title=My great stash item&artist_comments=This is a great image&keywords=test image" \
-F access_token=Alph4num3r1ct0k3nv4lu3 \
-F "test=@path/to/image.png"
c# .net 4.5