Hi,
I have a question because I’m getting crazy.
I’m targeting HTML5-JS. I just want to do a simple thing. I manage to create a png base64 encoded string to send it to the server, so there I create a PNG file and it downloads it to the client. And here it is my problem: I can’t download it.
The file is well created on the server so it exists, but when I do Http.request to that file I returns with “onData” but it doesn’t download the actual file. (I’m returning it from .net with a ContentType application/png and using TransmitFile, but it doesn’t work).
I’ve tried also with FileReference, and when I use “download” function nothing happens apparently. It sends the request, the request return but nothing happens. What am I missing? Maybe it’s a stupid thing and I just get stuck, but I think I need some help.
Thank you in advance!