Topic: chunk_size = 0 = chunking disabled?
Was wondering if setting the chunk_size option to 0 disables chunking? I can see this is the case with the Gears runtime, but is ti the sam ein all others (that support chunking).
Plupload Forum → General discussion → chunk_size = 0 = chunking disabled?
Was wondering if setting the chunk_size option to 0 disables chunking? I can see this is the case with the Gears runtime, but is ti the sam ein all others (that support chunking).
Just remove the chunk_size config option (added this to docs).
Thanks, I'm assuming this is the same as setting it to 0 or false?
[EDIT] Yes, it does seem so
if you're using flash runtime it still chunks the file.
It chunks the file but doesn't send the chunk info.
If the chunk_size option is remove it should disable chunking in all browsers.
I can confirm that the flash runtime chunks regardless of the existence/value of the chunk_size config option. Is there any way to get the flash runtime to not chunk?
I'm also having the problem with chunking in Flash and would love a workaround!
Is this something we can find a workaround for ourselves in the js or will it be something in the swf?
Don't see why people think chunking is a problem. But the latest version now support disabling of that feature and it's auto disabled for smaller files.
However the progress will not update correctly without chunks. Since we use the URLLoader for various reasons mainly since FileReference.upload is buggy and also doesn't support custom data upload.
Plupload Forum → General discussion → chunk_size = 0 = chunking disabled?
You are not logged in. Please login or register.
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_repository official extension is installed. Copyright © 2003–2009 PunBB.
Generated in 0.154 seconds (87% PHP - 13% DB) with 8 queries