<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div style="font-family: Verdana;"><br/></div><div style="font-family: Verdana;">Hello nginx users,</div><div style="font-family: Verdana;"><br/></div><div style="font-family: Verdana;">i see there is a new lua-module for nginx-lua, the lua-resty-upload module. Compiling the</div><div style="font-family: Verdana;">HttpUploadModule ends sometimes (new version of nginx) in errors, so i consider to use</div><div style="font-family: Verdana;">lua-resty-upload module because i use some lua functions already.<br/></div><div style="font-family: Verdana;"><br/></div><div style="font-family: Verdana;"> I am not so confirm with lua, and see, that lua can write the upload data (images in my <br/></div><div style="font-family: Verdana;">case) to a directory. (linke in the example) The HttpUploadModule sends uploaded files to <br/></div><div style="font-family: Verdana;">a backend script (in my case php) which works great. What about the lua-resty-upload <br/></div><div style="font-family: Verdana;">module? Can i send the file to a php script? Perhaps base64 encoded or whatever...</div><div style="font-family: Verdana;"><br/></div><div style="font-family: Verdana;">The documentation says:</div><div style="font-family: Verdana;"><br/></div><div style="font-family: Verdana;"><span style="color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 14px; line-height: 22px;">>> Instead of writing the data chunk into files (as shown in the example above), you can also </span><br/></div><div style="font-family: Verdana;"><span style="color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 14px; line-height: 22px;">>> write the data chunks to upstream cosocket connections if you do not want to save the data on </span><br/></div><div style="font-family: Verdana;"><span style="color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 14px; line-height: 22px;">>> local file systems.</span></div><div style="font-family: Verdana;"><span style="color: rgb(51, 51, 51); font-family: Helvetica, arial, freesans, clean, sans-serif; font-size: 14px; line-height: 22px;"></span><br/></div><div><font color="#333333" face="Helvetica, arial, freesans, clean, sans-serif"><span style="font-size: 14px; line-height: 22px;">Can someone explain what this exactly means? Or better, is there a example where i can see the</span></font></div><div><font color="#333333" face="Helvetica, arial, freesans, clean, sans-serif"><span style="font-size: 14px; line-height: 22px;">workflow of such a upstream cosocket upstream?</span></font><br/></div><div style="font-family: Verdana;"><br/></div><div>Kind regards</div><div><br/></div><div>Alina</div></div></body></html>