Data + file

How can upload both data and file together in android such that when u querry a name it returns data associated with the name plus the image associated with that name ? Thanks.

Hi Sylvester,

I think that the data has relation to file.
In order to solve the problem, you can use the following algorithm.

  1. upload the file firstly.
  2. set the file url to data and save it.
  3. get the data with name query
  4. get the file with the url in the data.
    That’s it.

If you find the method to upload both data and file at a time, please share it here.

Hi, i did not find the method to upload both data and file simultaneously, but i did like u said n it worked. Guess the same might have to be when deleting . Thanks anyway.