Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (base64)
Browsing latest articles
Browse All 36 View Live

Can't encode ImageView to base64-string

I use the camera function to take a picture and assign that picture to an imageView with a smaller width and height (in order to decrease my filesize of the pic when I am sending it later on). In order...

View Article



Push notifications, device tokens, & base64 encoding

I am using my own server for push notifications, not urban airship. My server currently works with apps made in Objective-C without issue. The general workflow is like this: Subscribe for notifications...

View Article

How to convert blob(image) object into base64 string?

I am here to ask a simple question. can you convert the blob type into a base64 string type and then reverse that as well into the blob type? I have seen many and many answers but none is working fine....

View Article

Multiple Base64 strings send through xhr

Hi there! I'm building a cross-platform application (iOS and Android mainly) which need to send at least one photo, with a max of 3 photos. They have to be stored in a remote DB. Now the problem is:...

View Article

VIDEO ENCODING

Can any one please tell me how to encode video into base64 as I need it for sending the video to the webservice???

View Article


Android: imageView not showing BLOB image

Application type: mobile Titanium SDK: 3.1.2.GA, Platform & version:Android Device, Android SDK 10, Host Operating System: win 8 Hello, I've got the issue with image view if image is blob. It just...

View Article

base64 + utf-8 encoding problem on iOS

Hi, i am facing a problem with the base64 encoding on iOS. We've got an app that is published for Android and iOS and the encoding of the credentials fails on iOS, as soon as they content characters...

View Article

error base64 image blob iphone

Hello I have a problem in passing base64encode an image taken with the camera in iphone (I generated a text string too long) This is the code, which according to the documentation is very simple (the...

View Article


base64 image iphone

there is any solution to the problem of moving an image to base64 in iphone?

View Article


sha1 to base64 encode

Hi, I need a small help from you guys, Actually i wrote a program to get the password format .I have one textfield in that i'm giving the text as "test". and that value i'm converting to sha1 hash...

View Article

Unable to add Image in Blob format from database to ImageView

I am encoding an image into Base64 format using Ti.Utils.base64encode(myImage) and storing it into mysql table (Column type is Blob). Now i am retrieving the stored Base64 format image and decoding it...

View Article

How to upload images to PARSE by using Titanium

I'm building a social media application which need a photos exchange function. How to upload images to PARSE by using Titanium? Any suggestion will be appreciated , Thanks.

View Article

View BLOB in an Image View

Hello folks, I have an iOS application that receives images encoded in Base64 strings from a Web API, and I want to view these images in ImageViews, my problem lies in not being able to view them. The...

View Article


Encode image to String

I wanted to encode my image to String in order to post it to the cloud database easily. Anybody knows how to encode the image and decode it to display in app when received? Any suggestion will be...

View Article

Image base64 not sending to database in android

Hi I Have problem in when am converting the image into base64 format and sending to database in android but in ios simulator it's working fine .Can any one guide me where I did wrong.Here I wrote the...

View Article


Base64 encoded PDF - cannot be saved to filesystem but opened via URL in wevbiew

I am getting a base64 encoded PDF from a webview (I use JSPDF to generate it). I can open it in a webview passed as url on iOS and it shows up right, but when I try to save it to the filesystem it...

View Article

Can't use base64 in an image

How can i use base64 code in an image? var dp = Ti.UI.createImageView({ image:'data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4QBYRXhpZgAATU0AKgAAAAgAAgESAAMAAAABAAEAAIdp...

View Article


Display Base64 image data on mobileweb

My app stores images as base64 data, and decoding them and displaying them on iOS is straightforward: var blob = Ti.Utils.base64decode(base64String); var image = Ti.UI.createImageView({image:blob});...

View Article

Unable to decrypt the data from encrypted pdf file

Hi, I have a requirement to store data in encrypted format in pdf. I am using utils bas 64 encode. I am able to do it. When I try to get the data from the pdf unable to get it in nadir phones. To write...

View Article

Opening base64 encoded pdf file

Hi, My app stores the pdf in base64 encoded format in temp directory.When i try to open the file it works fine in Ios but in android -variable 'decodedData'(as in code) is coming as null and device...

View Article
Browsing latest articles
Browse All 36 View Live


Latest Images