I follow the steps from here to integrate the plupload in metabox. Everything is working fine. But I do found one disadvantages of this guide. When I click 'Remove' link from the uploaded images, it only removed it from the post, not actually delete it in the directory.
Another example of using plupload in metabox is RW Metabox plugin. This plugin does delete the file entirely when the "Delete" link is click. But I just can't figure it how he did in their code.
Can somebody here tell me how can I apply the 'Delete' feature in plupload with jquery?