Search found 4 matches

by oumind
Thu Apr 09, 2009 1:32 am
Forum: JFileUpload
Topic: Issues with large file(> 2GB) http upload
Replies: 7
Views: 17029

Re: Issues with large file(> 2GB) http upload

Yes, I am using Tomcat 6 using jdk 1.6 on linux. For small file, e.g. < 100MB, chuck upload is fine.
by oumind
Tue Apr 07, 2009 11:48 pm
Forum: JFileUpload
Topic: Issues with large file(> 2GB) http upload
Replies: 7
Views: 17029

Re: Issues with large file(> 2GB) http upload

For 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...
by oumind
Mon Apr 06, 2009 10:06 pm
Forum: JFileUpload
Topic: Issues with large file(> 2GB) http upload
Replies: 7
Views: 17029

Re: Issues with large file(> 2GB) http upload

I am using process.jsp from add-on section.
by oumind
Mon Apr 06, 2009 8:28 am
Forum: JFileUpload
Topic: Issues with large file(> 2GB) http upload
Replies: 7
Views: 17029

Issues with large file(> 2GB) http upload

I 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...