Search found 4 matches
Re: Issues with large file(> 2GB) http uploadYes, I am using Tomcat 6 using jdk 1.6 on linux. For small file, e.g. < 100MB, chuck upload is fine.
Re: Issues with large file(> 2GB) http uploadFor chunk upload, the issue is final size of uploaded file is different from original file size, e.g. 2GB(upload) vs 2.1GB(original). I have tried chunk upload a few times, but the results are still negative, e.g. wrong file size. Parameters : resume="md5" retry="3" chunkmode="onfly" chunksize="2097...
Re: Issues with large file(> 2GB) http uploadI am using process.jsp from add-on section.
Issues with large file(> 2GB) http uploadI have been trying to upload large file using JFileUpload applet (http protocol) 1. For some XP PCs, Thawte root cert is not recognizable by Java plugins (1.4-1.6). How do I import Thawte root cert for Java plugins? 2. For unstable connection, the applet cannot detect network problem and it is alway...
|