flaviogrossi / nginx-lua-upload-module

nginx upload module to handle multipart/form-data uploads of any size
GNU General Public License v2.0
7 stars 6 forks source link

luarocks support #1

Open mkozjak opened 7 years ago

flaviogrossi commented 7 years ago

This would be nice to have, but unfortunately i'm a little busy lately, so it may require some time.

Have you considered or tried adding support for this and opening a pull request?

mkozjak commented 7 years ago

@flaviogrossi Nope, no time, either. Decided to go without this library, also. Still, luarocks should be supported here. :)

flaviogrossi commented 7 years ago

I agree on that and i plan to do it. Can i ask you what library are you using as a replacement?

mkozjak commented 7 years ago

This one: https://www.nginx.com/resources/wiki/modules/upload. Plus some custom "backend" lua code to actually handle the upload. :/