I understand that the RadEditor's FileUpload event runs in its own context.
That means that ViewState is uninitialized so I can't pass variables that way.
I want to pass the id of the current user so that I can make a database entry that says who uploaded the file.
How can I pass the id within the context of the FileUpload event?