Search found 12 matches

by Bogdan
Sat Mar 06, 2010 3:40 am
Forum: JBatchUpload
Topic: [{2} files left] message is wrong when connection breaks
Replies: 1
Views: 7196

[{2} files left] message is wrong when connection breaks

Number of files left keep decreasing with every upload retry, even files are not being uploaded. Steps to reproduce: 1) This is harder to reproduce when a file is split. So turn off chuncking of set chunksize larger than the file size 2) Drop N > 1 files into jBatchUpload 3) Start sending 4) Pull th...
by Bogdan
Sat Mar 06, 2010 3:27 am
Forum: JBatchUpload
Topic: MaxSize
Replies: 3
Views: 10327

Re: MaxSize

I have implemented 'maxtotalsize'. It checks before even adding any files to the list, OnDrop. So if you have maxtotalsize=5000000 and you already have 3x1000000 files in the list, and then drop another 3x1000000 files, those would not be added and you get a message. Let me know if interested in the...
by Bogdan
Thu Nov 19, 2009 9:16 pm
Forum: JBatchUpload
Topic: BUG in jBatchUpload - file not found, but shows "uploaded"
Replies: 5
Views: 13786

Re: BUG in jBatchUpload - file not found, but shows "uploaded"

In v.2.5? Can't wait.

Meanwhile I'm attaching my fix, see if you like it.
by Bogdan
Thu Nov 19, 2009 7:13 pm
Forum: JBatchUpload
Topic: BUG in jBatchUpload - file not found, but shows "uploaded"
Replies: 5
Views: 13786

Re: BUG in jBatchUpload - file not found, but shows "uploaded"

I understand that what you're saying is a workaround.
But I believe that if a file can't be found, code should return an error instead of of saying "uploaded", which is very misleading.
by Bogdan
Thu Nov 19, 2009 2:44 am
Forum: JBatchUpload
Topic: BUG in jBatchUpload - file not found, but shows "uploaded"
Replies: 5
Views: 13786

BUG in jBatchUpload - file not found, but shows "uploaded"

Erroneous status bar message "Upload completed (N files)", but file wan't actually completed, it wasn't even found.

steps to reproduce
1. Add a file to jBatchUpload
2. Move/Rename this file in the file system
3. Slick "start upload"
by Bogdan
Thu Nov 19, 2009 12:02 am
Forum: JBatchUpload
Topic: Error: JSAPI with jBatchUpload and Java v.1.6.0_17
Replies: 0
Views: 7612

Error: JSAPI with jBatchUpload and Java v.1.6.0_17

Running JSAPI: I started getting this error after I updated Java from 1.6.0_10 to 1.6.0_17 on both of my WinXP systems, any all browser - IE, Firefox, Chrome. Interestingly enough, same update in Win 2003 server did not have such effect. When the applet is "jfileupload.upload.client.MApplet.class" i...
by Bogdan
Fri Nov 06, 2009 5:39 am
Forum: JBatchUpload
Topic: BUG in jBatchUpload - ziponfly, zipignorelist, chunkmode
Replies: 1
Views: 6447

BUG in jBatchUpload - ziponfly, zipignorelist, chunkmode

Disclaimer: I know I've been writing here about bug a lot, and I may be annoying you already, but this one is real pain and I couldn't fix it myself for hours today.. ------------------------------------------------------------------------- Interesting BUG, file doesn't get deleted from the list IF ...
by Bogdan
Thu Nov 05, 2009 8:28 pm
Forum: JBatchUpload
Topic: Bug when using: ziponfly relativefilename tmpfolder
Replies: 2
Views: 8124

Bug when using: ziponfly relativefilename tmpfolder

When "relativefilename=true", and "ziponfly=zip" file (with parent folder) is compressed in a temp folder because "tmpfolder=javatmpdir", then on the server side "relativefilename" will contain incorrect rel. path (like ".STC\LOCALS~1\Temp\"), which is "javatmpdir" minus the length of the original p...
by Bogdan
Thu Nov 05, 2009 7:53 pm
Forum: JBatchUpload
Topic: BUG in jBatchUpload - uploading folders with "chunkmode"
Replies: 5
Views: 12726

Re: BUG in jBatchUpload - uploading folders with "chunkmode"

Thank you, I'm looking forward to this bug fix. We have, we have fixed this internally, which also addresses the problem of "upload completed (N files)" status message where N was number of chunks rather than number of original files. But we still would like to have YOUR bug fix as I assume it will ...