I am using jQuery File Upload plugin by blueimp and everything works fine. But I've just realized that if users upload files and navigate away from the page without completing the form, it will create "orphan" files.
Is there a way to delete files onbeforeunload?