I tried to take a crack at working around this, but failed. Actually, I tried twice to edit the upload_success.tpl, but neither effort got me anywhere.

In my first attempt, I simply tried to remove:

From the top:

Code:
{if $video_processed eq 1}
and from the bottom:

Code:
{else}



Your video is currently being processed and will be available to view in a few minutes.</p>

{/if}
This almost worked. It got me the page layout that I wanted, but the urls that it listed for permalink and embed were not correct. So that did me no good.

In my second attempt, I left the codes in place, only for the "else" code at the bottom, I duplicated everything from the whole top portion of the file. I thought this would generate the same page no matter what. It did not. I got the exact same result again, where the page didn't put the correct link for permalink.

I dont mean any offense by this, but I just really do not like the page that says the upload is being processed. I would really like them to be taken to the other page. Is there anything at all I can try in order to get this working?