I'm sending/receiving a file (on localhost) through UDP Datagram, and now I want to assemble the received packets to create that received file and save it on some path (desktop for example) .. what should I do? any idea?
You can find my client/server implementation here:
Is it possible to use just 1 UDPSocket for sending/receiving on the same port?
Thanks!