I need to save the byte array along with other data to my database. I don't need to save the file to disk. I can't figure out how to do this. MultipartFormDataStreamProvider allows me to get the other data, but I can't get the byte array. MultipartMemoryStreamProvider allows me to get the byte array, but not the other formdata. Please help.
I need to save the byte array along with other data to my database. I don't need to save the file to disk. I can't figure out how to do this. MultipartFormDataStreamProvider allows me to get the other data, but I can't get the byte array. MultipartMemoryStreamProvider allows me to get the byte array, but not the other formdata. Please help.