My team has written an application that takes advantage of the RadEditor and its built in ImageManager. We decided that our means of persistence was going to be a relational database, and implemented our own FileBrowserContentProvider accordingly. Everything works great, except we can't figure out how to pass the value of the "Overwrite if file exists?" checkbox into our FileBrowserContentProvider. Our one thought was that it might be passed in the "arguments" parameter, but no such luck. Please advise.