I have to upload images to a database (with blob
), but it receives the data from Bundle
, I have tried several things and I get an error due to the type of file I try to upload and I would like to know if you can use Bundle
in this way.
The code used by Bundle
is this (the code is not mine, I do not know how it works):
Bundle datos = new Bundle();
datos.putString("NombreCampo", CampoBD);
datos.putString("NombreCampo", CampoBD);
...
I would like to know if in that datos.putString()
I can put a blob