Re: Library for multipart/form-data encoding in Lua?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Library for multipart/form-data encoding in Lua?
- From: Mariano Kamp <mariano.kamp@...>
- Date: 2007年11月13日 10:29:57 +0100
Hi Diego,
yes, I had a look at it. I am not sure though if I fully understood
it.
My feeling is, that it can not use it out-of-the-box, but could be
a starting point for my own implementation. However it would probably
the same effort to implement a one-off solution.
I am new to Lua and the eco-system around it, so with my mail I
just wanted to make sure if I missed an obvious library, before re-
inventing the wheel ;-)
Thanks for taking the time to answer.
Cheers,
Mariano
On Nov 9, 2007, at 7:54 PM, Diego Nehab wrote:
Hi,
I also looked at lua-socket, but didn't find what I was looking for.
Any ideas?
Did you look at the smtp module in LuaSocket? It supports
multipart/mixed. Should be easy to modify to your liking, no?
Regards,
Diego