If you have reached this far then by using the same code that shows
progress in a pop up you should be able to show it in the same page.
Maybe these pointers will be helpful
<html>
<div id="uploader area">
<!-- your code for file upload goes here -->
<!-- your upload button comes here -->
</div>
<div id="progressbar">
<!-- your progress bar code that you showed in the browser window
comes here -->
</div>
</html>
Using css you can set the "visibility" property of the last div
initially to false. When you are uploading the file add your progress
bar HTML code to it and set it to true and do your thing.
On Jan 5, 2:16 pm, "Praveen P" <pravee...@gmail.com> wrote:
> I need a script that will allow file upload with progress bar
> Can anyone help me out
> i got a script and i just installed it and triedhttp://praveenzx.com/upload_form.html
> here the progress bar is shown in pop up window ..
> i need the progress bar to be shown in the same page using iframe or
> whatever ...
> Please help me out ....
> --
> #####################
> # Praveen~ #
> # +919895066033 #
> #####################