Image is not displayed

In my app I take a picture and I upload it to my server with a base64 encode. But when I try to show this image my app don’t render the image (I try with other images and work fine, its a image problem)

Its a bug? I need to decode the Image?

This is the image: http://gf-apps.com:1338/parse/files/mvOcWocrfjGZjNpOv5WlOP75E1lSNCJNYjcGFeqA/7d28d368a4c538031e901fd9f5095945_JPEG_2_1207938489.jpg

Are you linking to the image in Fuse or trying to render it from raw Base64 data?

If the latter, take a look at this post.

https://www.fusetools.com/community/forums/howto_discussions/base_64_images?page=1&highlight=c9a503d5-3896-41bb-9814-b6bdc8e5fe22#post-c9a503d5-3896-41bb-9814-b6bdc8e5fe22

I’m trying to show the image in my app. Like:

<Image Url=" https://s3-us-west-2.amazonaws.com/gfappsfiles/803866a3ff80eb6c85be839221828535_JPEG_2_449005428.jpg" />

But the image is not show.

This works:

<Image Url="http://images.wikia.com/finalfantasy/images/a/a8/Wiki-wide.png&quot; />

So I am thinking that your image isn’t encoded correctly or something for Fuse to use. It works in a browser, but it won’t render in Fuse.

SOLVED! Thanks!