1
votes

How to get the InputStream of the uploaded file from codenameone app to my rest full webservices so,that i can able to store blob type of the file in my database table?

1

1 Answers

1
votes

I'm assuming you mean the output stream for uploading a file to a webservice?

I would suggest using MutlipartRequest which allows you to upload a file to a server. The JavaDoc for that has usage samples.