[jQuery] [jquery.form] file upload question
I'm using the jquery forms plugin. Excellent stuff. One problem.
In my PHP-framework, I autodetect ajax/xhr requests and use an
appropriate layout. This fails when I build a form with file uploads
(the iframe trick doesnt trigger the XHR call). Is there a way to
"know" that the page was requested through an iframe call?
Dylan