When client posts a chunk data(part of file), then server side should insert the chunk to file. But fs.open will truncate the file. So I cant use empty fd to write. Now this is what I am using it reads all buffer and changes the chunk range value in the buffer.When client posts a chunk data(part of file), t