I have now tried this and am having some problems - possibly because
i'm working on a 32 bit system.
The largest file which is seen, after an upload, byResourceSpace, is
2GB. The upload appears to ahve completed correctly, and a flv is
generated, but only to the 2GB file.
I have a post_max_filesize of 2000M and a upload_max_filesize of 3000M
set in PHP. If I increase the Post_max_filesize above 2000M (I have
tried 2500M) then ResourceSpace does not work. Again I suspect the 32
bit operating system I am using.
I have tried making the chunks smaller (1MB) but this has no effect.
Otherwise this seems to work - before this if the file was larger then
the php/system linit I would not see anything as being uploaded.
John.