Chunked files are listed as WAITING and never COMPLETED.

Upload core product.
Post Reply
omi-greg
Posts: 3
Joined: Mon Mar 14, 2011 8:17 pm

Chunked files are listed as WAITING and never COMPLETED.

Post by omi-greg »

We are using the javascript commands document.fileupload.getState and document.fileupload.getFilenames() to check the status of our large file uploads. The file chunks are each marked as COMPLETED when the upload is finished, but the filename itself (the one without the .# at the end of the name) is always marked as WAITING and never changes status to COMPLETED.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Chunked files are listed as WAITING and never COMPLETED.

Post by support »

What about installing JSAPI to get notifications on file upload status?
http://www.jfileupload.com/products/tools/index.html

omi-greg
Posts: 3
Joined: Mon Mar 14, 2011 8:17 pm

Re: Chunked files are listed as WAITING and never COMPLETED.

Post by omi-greg »

Thanks. I tried it quickly with our current setup but got the error
java.lang.NoClassDefFoundError: jfileupload/transfer/client/core/N

Do you have a jsapi.jar for the premium build?

omi-greg
Posts: 3
Joined: Mon Mar 14, 2011 8:17 pm

Re: Chunked files are listed as WAITING and never COMPLETED.

Post by omi-greg »

Thanks support for the jar file.
Looks like JSTransferDone is going to do exactly what I need.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Chunked files are listed as WAITING and never COMPLETED.

Post by support »

No problem.

Post Reply