[jQuery] Block UI when user submits a slow page

[jQuery] Block UI when user submits a slow page

Hi all
do you know any example using BlockUI with "normal" form(otherwise Ajax)?
I have a very slow form(processing text files). I'll want to block UI when user submits that form and, after execute that page, unblock again.
Cheers