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?
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.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more