<div dir="ltr">Hi, Marcos -<div><br></div><div>Which web browser and version are you using to upload the file(s) to ZendTo? There were (and I guess still are) issues with different browsers, different versions of browsers, and even the same version but on different platforms that make their ability to upload files over certain size thresholds an interesting challenge:</div><div><ul><li>all handle uploads up to 2GB OK<br></li><li>many handle uploads between 2GB and 4GB OK but not over 4GB<br></li><li>some handle uploads over 4GB OK<br></li></ul></div><div>You might recognise those numbers as Magic Numbers of the Universe:</div><div><ul><li>2GB = maximum value of a signed 32 bit integer<br></li><li>4GB = maximum value of an unsigned 32 bit integer<br></li><li>&gt;4GB = needs a 64 bit integer<br></li></ul></div><div>Web browsers with problems can fail in different ways, such as:</div><div><ul><li>failing quickly<br></li><li>appearing to hang and never complete the upload<br></li><li>navigating/trying to navigate away from the upload page<br></li></ul></div><div>It&#39;s probably changed since I did my tests way back when we started using ZendTo but at that time we found no Windows browsers that worked with files over 4GB, one or two on a Mac that did work, and I think one on Ubuntu that worked.</div><div><br></div><div>So your next step is to test your setup using different browsers — eg, Internet Explorer, Firefox, Chrome, Safari, Opera, etc. Where you have a choice, make sure you&#39;re running the 64-bit version of the browser (which will likely require a 64-bit version of your OS as well?)</div><div><br></div><div>Cheers,</div><div>Mike B-)</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 3 June 2015 at 08:09,  <span dir="ltr">&lt;<a href="mailto:marcos.parrell@havasmg.com" target="_blank">marcos.parrell@havasmg.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font size="2" face="sans-serif">Hello all,</font>
<br>
<br><font size="2" face="sans-serif">Sorry for interrupt you in the middle
of new beta development but I have found an issue on existing 4.11 ZendTo
Ubuntu based that you could be aware of.</font>
<br>
<br><font size="2" face="sans-serif">I have downloaded the OVA (ZendTo-Ubuntu-x64-4.11-6.ova)
and deployed it making the minimal changes for being able to login and
make a test. The tool works properly for any kind of transfer without any
issue or problem.</font>
<br>
<br><font size="2" face="sans-serif">Then I make an update of the system,
configured LDAP authentication and increased the values of &#39;maxBytesForDropoff&#39;
and  &#39;maxBytesForFile&#39; to 20GB (21474836470) and after this, ZendTo
is unable to make transfer superiors to 2GB, when you start this kind of
transfers the incoming file rise in /var/zendto/incoming/ until it reach
the 2GB limit, then it was deleted and the browser keeps trying to send
it without returning any error.</font>
<br>
<br><font size="2" face="sans-serif">In php.ini (/etc/php5/apache2/php.ini),
after updating the system, both post_max_size and upload_max_filesize are
set to 50GB.</font>
<br>
<br><font size="2" face="sans-serif">Are you aware about this &quot;issue&quot;,
do you know how can i resolve it?.</font>
<br>
<br><font size="2" face="sans-serif">Many thanks in advance.</font>
<br><font size="2" face="sans-serif">Marcos.</font><br>_______________________________________________<br>
ZendTo mailing list<br>
<a href="mailto:ZendTo@zend.to">ZendTo@zend.to</a><br>
<a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto" target="_blank">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div><span><font face="arial, helvetica, sans-serif">Systems Administrator &amp; Change Manager</font></span></div><div><span><font face="arial, helvetica, sans-serif">IT Services, University of York, Heslington, York YO10 5DD, UK</font></span></div><div><span><font face="arial, helvetica, sans-serif">Tel: +44-(0)1904-323811</font></span></div><div><span><font face="arial, helvetica, sans-serif"><br></font></span></div><div><font face="arial, helvetica, sans-serif"><span>Web: </span><a href="http://www.york.ac.uk/it-services" target="_blank">www.york.ac.uk/it-services</a></font></div><div><font face="arial, helvetica, sans-serif">Disclaimer: <a href="http://www.york.ac.uk/docs/disclaimer/email.htm" target="_blank">www.york.ac.uk/docs/disclaimer/email.htm</a></font></div><div dir="ltr"><span></span></div></div></div></div></div></div>
</div>