Well, What I've done is change the code on that button (on line 119 of MyFiles.php) from
value='".SECTION1."'
to
value="Back to MyFiles"
since the return is set to go to myfiles anyways. This gives the user a chance to "cancel" and go back to MyFiles without having to move the mouse up to their navigation bar and click the back button.
For some reason this button has a name of "Upload", even though on line 200 there's the Upload button code for the ACTUAL upload button! So it works out great this way...
Thanks again for the great plugins!