Yes - I need a (standard) decoder. As far as I can tell we have a few handlers in Livecode for encoding data for multipart form encoding - then the Livecode server will do its magic and parse that making the rules available - however there is no function to do the rfc7578 <https://datatracker.ietf.org/doc/html/rfc7578> decoding - at least that is documented. We need this if we are coding our own server using the built in sockets handling. I have a couple of hacks to extract uploaded images or other files - but nothing robust or a general parser.
On Wed, 24 Jan 2024 at 02:51, Neville Smythe via use-livecode < use-livecode@lists.runrev.com> wrote: > David: do you need a special decoder? > > I thought the multipart form handlers just broke up the sent data into > user-defined small chunks, and the server was responsible for waiting for > all the parts to be received and then re-assembling the data. From that > point it is just a normal POST. > > Maybe I have misunderstood the question? > > > Neville Smythe > > > > > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode