Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How can I convert the data from the upload of image into base64?

Hello!
Make html component where you have pre<input type ="file" name ="fileselect" id="fileselect">/pre visible. It's not possible to trigger click event for invisible component.

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How can I convert the data from the upload of image into base64?

I made it visible and its still not working on device. Do you have any other idea why its not working on device?

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How can I convert the data from the upload of image into base64?

I just tried having only the file select html without the click event. In the browser it works again but on device it doesn't work. Please help!

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

How can I convert the data from the upload of image into base64?

Hello,

You should make visible html-component itself (just check 'visible' in builder properties) instead of the form. And better use this style for the form

style="visibility:visibile;width:0;height:0";

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How can I convert the data from the upload of image into base64?

Can you check my code for me? I tried just the html component visible and I tried inside the html code itself. Neither work for me

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

How can I convert the data from the upload of image into base64?

If you click on the button "Choose file" itself, will a dialog of file opening appear?

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How can I convert the data from the upload of image into base64?

No the dialog will not appear, I tried clicking the "Choose file" button and It wont do anything on device but on the browser it will work. Have you guys tested on device to see will it work for you all?

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

How can I convert the data from the upload of image into base64?

I tired on my device it still didn't work. Nothing appears. On the device it still works correctly. Could you guys try it out on a device and see will it work?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How can I convert the data from the upload of image into base64?

Hello!

Could you clarify what is your Android version?

Return to “Issues”