Hello!
On Fri, Nov 29, 2013 at 11:02 AM, Alexander Stocko wrote:
> I'm trying out your wonderful OpenResty project and enjoying it.
Great :)
> I'm now
> playing with the upload component. What is the recommended way of processing
> additional form data (such as a file description or token) along with the
> actual file data?
>
Just use the lua-resty-upload library that supports nonbuffered
streaming processing:
https://github.com/agentzh/lua-resty-upload#readme
This library is enabled in the default OpenResty installation by default.
I'm cc'ing the openresty-en mailing list and you're recommended to
join the list and discuss such things there:
https://groups.google.com/group/openresty-en
Regards,
-agentzh