使用iframe上传ajax

I need an information. If I have a form, used for uploading a file and having it target an Iframe.
I then use Ajax to get the Upload progress. Let say that a simple layout with 2 column only.

The Form being on column 1 and the Iframe on column 2. I want to still be able to use the column 1.

So while the the upload is still in process. Will I be able to use column 1 to show other page content?

Dont things to as everything upload process would have to finish first. You could display info in Collumn 1 prior to starting the Upload process. You wont be able to have any POST backs tho as that will cancel the upload process.

Flash/ASP could be your solution.

Possibly, using a pre-built solution may solve your needs and provide greater functionality. I know that you can continue using the rest of the page when uploading via Uploadify. You may want to look into this.