lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 14 November 2010 02:44, Petite Abeille <petite.abeille@gmail.com> wrote:
> curl -F?

How would I do that in Lua?

On 14 November 2010 11:24, Joshua Phillips <jp.sittingduck@gmail.com> wrote:
> http://www.faqs.org/rfcs/rfc2388.html

I was wondering if there's already a function pre-made to encode my
input to multipart/form-data, or if there's a Luasocket-like library
that can do it for me.