I've been doing some research on how to upload a JPG to a network drive. Much of the documentation I run across keeps using "WindowsIdentity" and "WindowsImpersonation" such as this one: Copy file on a network shared drive
This Windows Identity is an issue because I'm writing this code on a Mac. It's for an iOS phone app. How should I go about doing this? I'm writing my application in C#. I need to send the image data in my application to the network drive, placing the image in the correct folder.How can this be accomplished writing code with a Mac? (can't use windows identity)