Open the Sharing component drawer, you will find all the blocks, make sure you understand what they can do, before you ask next question.
I tried.
This also not working.
It worked. Thankyou very much. Now, let me try to substitute it in tubs.aia file that we are discussing.
I forgot to say one thing, How can we do this for LIST? ie, The list contains '1)Product Image, 2)Name 3) Price 4) Size etc. So, how can we submit multiple images for each product list?
I am working on modifying this file
tubs.aia (11.6 KB)
Here I wish to include image as well.
So, do we need to include Base64 extension?
I don't know what is Base64, but I guess it is Text. I guess, this extension may convert image into text and back from text to image, so we can work in situation like this. Anyhow I don't know.
I saw this in youtube, but when I tried this for tinyDB it seems not poosible.
1st block is working and second block is not working. 1st block is for camera picture to base64 conversion, it is working. But, I want to convert images that already in phone. The purpose of second block is that but not working.
Help me if anybody knows to solve this.
- Why it is not possible to share images in list view?
- Why it is not possible to convert selected images from phone into base64 format?
If I get solution for any one of the question, my problem will be solved.
If base64 data of specific image can be sent to someone and he/she can reverse back the base64 into original image then sending the list of base64 data of images is enough to me.
What is the name of the base64 extension you used? I can't see these blocks in the base64 extension that I installed. And, in that extension few blocks are working well and few are not working. Help me.
You need to store ImagePicker1.Selection, not the Image component. This is redundant anyways (follow what Kevinkun posted).
il try.
Yes, it is working. Thankyou very much.
What exactly are you intending to do with global CheckIfStore? Why are you initializing it as a list?
Actually, I am trying to modify this
tubs.aia (11.6 KB)
app. (I got this app from @TIMAI2 )
My plan is to get user inputs like product name, price, image etc. In this app the only missing part is image input. So, I am trying for that. The app has to share the user inputs via email or whatsapp.
What are the alternative options available instead of initializing as list? Please, share your mind. It will give more knowledge and clues to me.