Hello, everyone!
Please help me. How can I handle a postmultipart in JServer?
I have a client using httpjob postmultipart.
Libraries.httpJob.PostMultipart(Variables.URL & path, CreateMap("key1": "values1", "key2": "values2"), Null)
I tried using getMultipartData and this is what I got...
Hello everyone,
how can i be uploading an iphone album file to upload via j.PostMultipart?
Sub InitCamera
cam.Initialize("cam", B4XPages.GetNativeParent(Me))
End Sub
Sub btnChoosePicture_Click
InitCamera
cam.SelectFromSavedPhotos(Sender, cam.TYPE_IMAGE)
End Sub
I use this...
It is quite convenient to upload images to public cloud server and share the image link to other people rather than share the real image files directly!
The following code snippets showed how to upload and search images by CUrl command (provided by: https://apidocs.imgur.com/) and by B4A syntax...
Hi...
I am trying to send file using Post Form-Data to b4j Server,
I am using postman to try it,
if the file larger than about 85KB, its work,
but under 85KB its not work,
I am using java 8 and B4J 8,
any ideas?
Thanks
Hello,
Im using PostMultipart for sending Images files and parameters strings to a server, but i have nothing into the post responses , no images, either strings?
- is it depreciated like seen here : https://www.b4x.com/android/help/appupdating.html#deprecated_multipartfiledata,
and another...
After successfully figuring out (with assistance here) how to download an .mp3 file from the internet, I am trying upload a .txt file to the internet.
The libraries I have installed are: Core (v 8.30), OkHttp (v 1.2), RuntimePermissions (v 1.1), and StringUtils (v 1.12)
I also have HttpJob and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.