<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<div class="moz-cite-prefix">On 11/03/2014 06:42 AM, ssdxiao wrote:<br>
</div>
<blockquote
cite="mid:33012117.d6f6.14974d22cc5.Coremail.ssdxiao@163.com"
type="cite">
<div
style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
<div>Hi kimchier,</div>
<div><br>
</div>
<div>I am happy to see the feature "upload volume" is supported
in kimchi</div>
<div>but I found the button is disabled, is there any problem?</div>
<div><span style="line-height: 1.7;"><br>
</span></div>
</div>
</blockquote>
<br>
<pre>In the current code, the upload function is disabled as it does not
work well with files larger than 500MB.
When trying to upload a file with 500MB the browser stops responding
and after some time it crashes.
>From a quick investigation, I identified it happens prior to send
the data to server:
var uploadFile = function() {
var blobFile = $(localFileBox)[0].files[0];
var fileName = blobFile.name;
var fd = new FormData();
fd.append('name', fileName);
*fd.append('file', blobFile)*
....
}
We need check if there is a way to solve it on UI by changing the
data structure or how it is loaded or think about a solution involving
backend.</pre>
<br>
<br>
<br>
<blockquote
cite="mid:33012117.d6f6.14974d22cc5.Coremail.ssdxiao@163.com"
type="cite">
<div
style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
<div><span style="line-height: 1.7;">Now kimchi only supports
nginx by default now.</span></div>
<div>Is there any plan to support other web server? For example:
lighttpd, apache and so on.</div>
<div><br>
</div>
<div><br>
</div>
</div>
</blockquote>
<br>
No - we don't have plans for that.<br>
In fact, nginx only works as a reverse proxy in Kimchi. The web
server is cherrypy.<br>
<br>
Why would you want a different web server?<br>
<br>
<blockquote
cite="mid:33012117.d6f6.14974d22cc5.Coremail.ssdxiao@163.com"
type="cite">
<div
style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
<div><br>
</div>
<div><br>
</div>
</div>
<br>
<br>
<span title="neteasefooter"><span id="netease_mail_footer"></span></span>
</blockquote>
<br>
</body>
</html>