Can "file -> move" be used to pass in a 2nd argument so that the same form can push requested files to 2 different locations? What I have right now is:
You will have to call $file->move twice, there is no way that you can move to files at once. The reason because of this is that you call move on the file itself. A given file can only move to one place at the same. The same thing that you can only be on the same place at once!
You can create your own method that does the moves and check if both are true!