You use a link to a local server.
Do the device see this server? Perhaps, it tries to get the file through the internet… [import]uid: 42078 topic_id: 8027 reply_id: 28588[/import]
Thanks sidasa, but yes the device can see the server. The IP address I used above is not the real address I am using. It is just an example. The server is on a local network, and I am pulling other information from the server with no problems. I am just not able to download a picture with the app. I am able to browse to the picture with the same URL from the device. [import]uid: 36999 topic_id: 8027 reply_id: 28611[/import]
GET /vfs/special:/masterprofile/Thumbnails/Video/a/a2cac38e.tbn
As you can see the second / after special is missing in the actual call to the server. I have tried to escape the second / character but I keep getting the same problem (only one /).
I also just tried sending a partial URL encoding like this:
I have found the solution. I will share in case anyone else runs into this problem or something similar. After a lot of trial/error and research I have found that using the “socket.url” and “url.escape” I was able to escape the path part of my url;