Hi Johan,<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I wonder: did you register a &#39;fileupload&#39; handler in the seaside backend?<br>
<br>
We can now get it to work when we put the file upload module on the / location, but I wonder if that is a good solution.<br>
Your nginx config still catches only a location that matches &#39;fileupload&#39;.</blockquote><div><br></div><div>Exactly. I think my rationale was that I wanted a way for the backend to communicate with Nginx that it should treat file upload request differently so I append &#39;fileupload&#39; to the url. I tried adding a url parameter (eg ?fileupload=1&amp;_s=...) but couldn&#39;t find a way to trap that within Nginx configuration. Originally I used #updateUrl: to add the &#39;fileupload&#39; to the url, now I use javascript as I also add an &#39;X-Progress-ID=&#39; for the upload tracking.</div>
<div><br></div><div>I keep meaning to write this up, I&#39;ll try to find time this weekend.</div><div><br></div><div>Hope this helps</div><div><br></div><div>Nick</div></div>