I need a way to upload a screenshot to Imgur (or other img server) and get the url to it.
I was able to replicate in the editor what this user did: http://answers.unity3d.com/questions/1151550/how-can-i-upload-a-screenshot-directly-to-imgur.html#
But when I run it in my WebGL application, it crashes the browser while trying to upload the image.
Can anyone shed a light on what is the problem here?
An alternative way to do the same thing would help as well!
Edit:
I just realized that the code I tried didn't work because System.Net is not supported in WebGL.
Is there a way to accomplish what I am trying to do, without it?
↧