Blueforcer Well-Known Member Licensed User Longtime User Feb 24, 2025 #1 im trying a upload with erels example project from https://www.b4x.com/android/forum/t...rt-requests-file-uploads-with-progress.130181 (im just changed the URL) Unfortunally im always getting follwing message after upload ResponseError. Reason: java.io.EOFException, Response: What im doing wrong?
im trying a upload with erels example project from https://www.b4x.com/android/forum/t...rt-requests-file-uploads-with-progress.130181 (im just changed the URL) Unfortunally im always getting follwing message after upload ResponseError. Reason: java.io.EOFException, Response: What im doing wrong?
Alexander Stolte Expert Licensed User Longtime User Feb 24, 2025 #2 does your endpoint support post multipart? Upvote 0
Blueforcer Well-Known Member Licensed User Longtime User Feb 24, 2025 #3 Alexander Stolte said: does your endpoint support post multipart? Click to expand... Yes ive tested it successfully with ARC But the errormessage doest look like a server response ? You can find the API definition in the attachment. Attachments 1740420356130.png 54.4 KB · Views: 86 Upvote 0
Alexander Stolte said: does your endpoint support post multipart? Click to expand... Yes ive tested it successfully with ARC But the errormessage doest look like a server response ? You can find the API definition in the attachment.
Erel B4X founder Staff member Licensed User Longtime User Feb 25, 2025 #4 Start with the standard HttpJob.PostMultipart. Does it work? Upvote 0