Sharing Text File From Application.persistentDataPath (Unity)

I'm working on a system where people can create their own maps with mobile device.

Is there a way to make other players to download that file into their persistent data path?
In other words I just need to send package of bytes, it's not an asset, is there any possibility or workaround about that?

Comments