B4A Question Tips for uploading images to web hosting. - drgottjr (first post)    Dec 07, 2022   (1 reaction) just be clear what you mean by "http". the client may think you're referring to something in particular. http is just a protocol (implemented in lots of different software) B4A Question Download Progress for HTTPS - Brian Dean (first post)    Apr 08, 2022   (1 reaction) Both FTP and HTTPS are protocols - a set of rules. HTTP was initially introduced as a "lightweight" equivalent of FTP, intended to be used for short web-page elements rather than files. To quote from Wikipedia ... "HTTP originally dropped the connection after each transfer because doing so was so c B4A Question [Solved] HttpJob error with unexpected end of stream - aeric (first post)    Jun 01, 2024 What I understand is a http server is to serve request from another client.
I have no idea what is the point to create a single (server + client) app that download a resource from itself.
Not sure this is similar to what you want. It is for B4J server so not sure it will work in B4A.
https://www.b4 B4A Question Http defined multiple times - nazilabdulla    Mar 29, 2023 3.20-:105)
at com.android.tools.r8.dex.b.a(R8_3.3.20-:28)
at com.android.tools.r8.D8.a(R8_3.3.20-:25)
at com.android.tools.r8.D8.d(R8_3.3.20-:609)
at com.android.tools.r8.D8.c(R8_3.3.20-:1)
at com.android.tools.r8.internal.vj.a(R8_3.3.20-:24)
. 5 more
There are two OkHttp B4J Question Web app - Erel (first post)    Nov 29, 2015   (1 reaction) I recommend you to start by running this example: https://www.b4x.-building-web-servers-with-b4j.37172/#content This is a http server. Other computers will communicate with the server using the browser or with custom apps (based on HttpUtils2). B4A Question HTTP and HTTPS URLs in one Android app - DonManfred (first post)    Mar 19, 2021   (3 reactions) Yes Write it yourself. You only need to add CreateResourceFromFile(Macro, Core.NetworkClearText) to your manifest to enable http urls. B4J Question HTTP socket client - OliverA (first post)    May 14, 2018 What would that solve? Technically, HTTP is just a layer above TCP sockets. As per @Erel, what API is the server providing? B4J Question B4X] Network + AsyncStreams + B4XSerializator- single connection only - Erel (first post)    Aug 09, 2018   (2 reactions) There is no such thing. This is a http server. It is all very simple once you understand the main concepts. The client will use Job.PostBytes to send the requests. Please start a new thread for any new question. B4A Question HTTP - DonManfred (first post)    Sep 30, 2017   (1 reaction) 1. Use code tags when posting code!
2. Do you expect to get help if you HIDE the LOG from us?
3. I guess you should not use PostString. Instead you should use job.download B4A Question LOOKING FOR ADVICE - VEHICLE TRACKING - Intelemarketing (first post)    Sep 13, 2021   (1 reaction) It sounds like the answer to my original question is to use HTTP (Post) to a Server. (Post GPS Co-ordinates to the server) Doing this instead of sending the GPS Co-Ordinates via FTP will probably be better, as some websites get very excited when they see many FTP attempts happening - they are somet Page: 1   2   3   4   5   6   7   Powered by ColBERT |