in some parts of our
system, we use cocoon's uploaded file handling and it's
nice.
but for this one
page we need to run some code before the uploaded file is
handled. this code basically tells another server that a file's coming in
and to put the user on hold. we then make another call when the file
upload is completed.
how do we run code
before cocoon has started pulling in the
upload?
