Thanks for the suggestion Ken.
Unfortunately, that didn't work. I stepped thru the code to see what was happening and it is trying to redirect to
http://localhost/BibleStudyTools/community/users/debbie/default.aspx
BEFORE the FileUploaded event. I even put the redirect in several other of the Ajax Uploader events and put breakpoints on them just to see what was happening before it redirects itself, and it is happening before it gets to any of them.
Here's the exact scenario:
I click on the Upload button, it lets me select the image to upload and click on the Open button, then BEFORE the
Uploader1_FileValidating event and the
Uploader1_FileUploaded event and the
Uploader1_UploadCompleted event
it tacks on the default.aspx to the URL and tries to go there.
I'm thinking that when it comes back from the file selection dialog is when it's happening, to get itself back from the dialog and it thinks it's going to the same page where it was before but it isn't. Seems like that's a bug in the Uploader code.