I'm working with an object that will only accept a Uri to the desired file. I cannot use the file:/// protocol for this Uri. The content must be stored locally. What can I do to trick this object receiving a locally stored object via https://?
↧
I'm working with an object that will only accept a Uri to the desired file. I cannot use the file:/// protocol for this Uri. The content must be stored locally. What can I do to trick this object receiving a locally stored object via https://?