<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <br>
    I would rethink if this module is the right pice of software for
    your needs, currently you <br>
    get uploaded files with a temp filename, nothing more.... If this is
    your goal take a look at<br>
    <br>
    Am 05.04.2011 11:08, schrieb vetri:
    <br>
    <blockquote type="cite" style="color: rgb(0, 0, 0);">server{
      <br>
      listen 8080;
      <br>
      }
      <br>
    </blockquote>
    <br>
    ...<br>
    <br>
    Am 05.04.2011 12:47, schrieb vetri:
    <blockquote
cite="mid:41e412612b95020d77d404ad7759663c.NginxMailingListEnglish@forum.nginx.org"
      type="cite">
      <pre wrap="">mr kunz,

        if i dont specify the backend server on 8080 , it will show bad
gateway error . uploading is fine . 
</pre>
    </blockquote>
    <br>
    It's not enought to "specify" a backend, the backend must do
    something :) Like answer with<br>
    some code 200. <br>
    <br>
    Or go the right way and...<br>
    <br>
    Am 05.04.2011 12:55, schrieb Francis Daly:
    <blockquote cite="mid:20110405105525.GM4113@craic.sysops.org"
      type="cite">
      <pre wrap="">You <b class="moz-txt-star"><span class="moz-txt-tag">*</span>must<span class="moz-txt-tag">*</span></b> have your own code to handle the POST data. You <b class="moz-txt-star"><span class="moz-txt-tag">*</span>must<span class="moz-txt-tag">*</span></b>
configure nginx to know how to access that code.

Where is that code?
</pre>
    </blockquote>
    <br>
    Cheers,<br>
    <br>
    Alexander
  </body>
</html>