Refactor the relationship between FileBrowser, various entry/upload views and their contexts
The FileBrowser should rely on the upload context for any reprocessing and not do its own. Firsts, its a lot of code duplications. Secondly, processing on the FileBrowser does not refresh the Upload/Entry view and vice versa.