Maybe. I can only advise you to consider the roles each
player have in
moving that file around.
The browser gets the file from the client file system and
encodes it
into the request.
The web server (IIS, Apache, etc) decodes it from the request
and writes
it to the tmp directory.
ColdFusion receives the request and is told what file(s)
where put into
the above directory where it can do what it is told to do
with it.
I imagine it might be possible to do something at the web
server layer
to modify this behavior as you desire, but I have no idea
what it would be.