Re: nginx 1.4.x file upload multipart ecoded

2013-07-29 Thread Yichun Zhang (agentzh)
Hello! On Mon, Jul 29, 2013 at 4:17 PM, nenad wrote: > Do you know if there will be some performance related Issues with usage of > the lua module? > The ngx_lua module was created with performance in mind from day #1 and quite a few people have been using it in production to prevent developing c

Re: nginx 1.4.x file upload multipart ecoded

2013-07-29 Thread nenad
Thank you agentzh, it look as it can do the job. Do you know if there will be some performance related Issues with usage of the lua module? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,241277,241346#msg-241346 ___ nginx mailing list nginx

Re: nginx 1.4.x file upload multipart ecoded

2013-07-26 Thread Yichun Zhang (agentzh)
Hello! On Fri, Jul 26, 2013 at 5:06 AM, David J wrote: > I was looking at resty upload module. I was curious how to store the file on > disk relative to the document root? > > For some reason it didn't work unless I specified the absolute path. > You can just obtain the document root in Lua via n

Re: nginx 1.4.x file upload multipart ecoded

2013-07-26 Thread David J
I was looking at resty upload module. I was curious how to store the file on disk relative to the document root? For some reason it didn't work unless I specified the absolute path. Perhaps I am doing it wrong? On Jul 26, 2013 7:51 AM, "djczaski" wrote: > I have the same problem. The upload mod

Re: nginx 1.4.x file upload multipart ecoded

2013-07-26 Thread djczaski
I have the same problem. The upload module was exactly what I needed. I don't understand the complexity of why it can't be made to work in 1.4.x+. On Thu, Jul 25, 2013 at 8:04 PM, nenad wrote: > How I can handle multipart data uploads with the latest nginx release? > > The good old upload modul

Re: nginx 1.4.x file upload multipart ecoded

2013-07-25 Thread Yichun Zhang (agentzh)
Hello! On Thu, Jul 25, 2013 at 5:04 PM, nenad wrote: > How I can handle multipart data uploads with the latest nginx release? > Take a look at ngx_lua module and the lua-resty-upload library: https://github.com/agentzh/lua-resty-upload Best regards, -agentzh ___

nginx 1.4.x file upload multipart ecoded

2013-07-25 Thread nenad
How I can handle multipart data uploads with the latest nginx release? The good old upload module won^t compile anymore. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,241277,241277#msg-241277 ___ nginx mailing list nginx@nginx.org http://m