Hello!
On Thu, Feb 20, 2014 at 8:51 AM, hartmutlanger wrote:
> Trying without success to find a working example of lua_resty_upload.
> Client is a simple html-form with input type->file
> Get problems with my_get_file_name(res) -> attempt to call global
> 'my_get_file_name' (a nil value).
>
The "my_get_file_name" function used in the example code is just a
place-holder, which is expected to be implemented by the user himself.
BTW, you're recommended to join the openresty-en mailing list and post
there instead: https://groups.google.com/group/openresty-en I'm cc'ing
the list.
Regards,
-agentzh