How to convert a table to form-data?

  1. What do you want to achieve?
    I want to convert a Roblox table into form-data
  2. What is the issue?
    I don’t know how and cant find any info
    Any help would be much appreciated!

Are you referring to HTML form data? I don’t really understand what you are trying to achieve here.

If the way you fill out your thread is by referring people to the title, you’re writing your thread wrong. Please edit your post to explain what you’re trying to do, what you’ve tried so far, and what (specifically) you’re stuck on. Also, explaining what form data is while you’re at it would help.

Do you mean table to value? 30chars

By form data I mean multipart/form-data, a http request type. It accepts a special line of format and I am using it for uploading a file with Webhooks as it is required for file uploads on discord Webhooks

I found a simple parser on GitHub that seems to do what you are asking for.

Thanks, ill try it and mark as solution if it works!

That suggested code looks like it is for parsing form data, not generating it. Did you ever figure this issue out? I’m trying to send form-data to a server and can’t find anything about how to do it in Roblox.