Anyone found a reasonble way to show a progress bar for file uploads in php?
I don't need an upload form or image processing scripts, I just need a progress bar to integrate into my existing upload pages.
Or if that is too hard ( which apprently it is from all my searching on the web), is there any way to atleast force the next page to display immediately while the file is uploading so I can have a message saying the file is being uploaded or something?
I have tried flush() and obflush(), but they don;t seem to work on file upload pages.
thanks!