Pravee7094
Active Member
Hi all,
When I used JRDC2, to convert image to byte is very simple. The example code is
But I used PHP method, What is the exact code to convert image to byte?
I think I don't know what word used instead of CreateRequest.
Any body Help? Any suggestion?
Thanks
Praveen
When I used JRDC2, to convert image to byte is very simple. The example code is
B4X:
Dim BufferU () As Byte
If ImageView.IsInitialized Then
BufferU = CreateRequest.ImageToBytes(ImageView.Bitmap)
End If
But I used PHP method, What is the exact code to convert image to byte?
I think I don't know what word used instead of CreateRequest.
Any body Help? Any suggestion?
Thanks
Praveen