Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stop the IdHTTP.Post stream upload without closing the connection
#5
(01-26-2019, 11:04 AM)vladimir Wrote: If I decide to implement the chunked uploading mode

I don't know if tus allows HTTP-style chunked uploads. Nothing in the tus protocol spec describes that.

Unless you are referring to sending your own "chunks" using separate PATCH requests? Which is documented.

(01-26-2019, 11:04 AM)vladimir Wrote: can you give me some hints on how to approach that? E.g. what classes can I inherit and reuse, if possible, and what I would have to rewrite.

You don't need to derive or rewrite anything. The standard TCP/IOHandler components will suffice. What is important is the data you pass in for each request you send. You are responsible for choosing/formatting that data regardless of how you eventually send it.

Reply


Messages In This Thread
RE: Stop the IdHTTP.Post stream upload without closing the connection - by rlebeau - 01-27-2019, 02:32 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)