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

Re: chunk_size = 0 = chunking disabled?

Just remove the chunk_size config option (added this to docs).

3 (edited by happy_noodle_boy 2010-03-11 15:11:18)

Re: chunk_size = 0 = chunking disabled?

Thanks, I'm assuming this is the same as setting it to 0 or false?

[EDIT] Yes, it does seem so smile

Re: chunk_size = 0 = chunking disabled?

if you're using flash runtime it still chunks the file.

Re: chunk_size = 0 = chunking disabled?

It chunks the file but doesn't send the chunk info.

Re: chunk_size = 0 = chunking disabled?

If the chunk_size option is remove it should disable chunking in all browsers.

Re: chunk_size = 0 = chunking disabled?

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?

Re: chunk_size = 0 = chunking disabled?

I'm also having the problem with chunking in Flash and would love a workaround! smile

Re: chunk_size = 0 = chunking disabled?

Is this something we can find a workaround for ourselves in the js or will it be something in the swf?

Re: chunk_size = 0 = chunking disabled?

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.