Hi there,
I want to load a remote image via http(s) and display it in my HTML5 app, but I have this limitation:
I can’t save the image in my host.
So, if the methods that Corona ( network.request , network.loadRemoteImage and network.dowload ) provides requires the filename property that will be the file to which the response will be saved, how can I doing this?