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: Diego Nehab <diego@...>
- Date: Fri, 9 Nov 2007 13:54:15 -0500 (EST)
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