Hai to all,
How to add copying progress bar in PHP? like attached image file.
Help me.
Um... php runs on the server. That thing is on the client.
It it possible in PHP or not?
If possible how do i do?
If it is not,What will be the solutions?
It is possible, but would strain the server if a lot of people use the same script at the same time. Use Java instead.
~Brett
How to include Java code in PHP?
I have Java code for copying progress bar , But i dont know,how to include Java Code in PHP?
Do a search over at phpclasses, there are a few different php objects available that might help you out. I think though they are more related to uploads not downloads.
I cant use PHP classes........
B'Coz I dont have PHP 5 or later.
I'm using PHP 4.3.2.
More over,there is no copying progress bar in PHPClasses.org.
And one more thing is, Is there way to include Java file in PHP?
Java doesn't go in PHP. Java would get inserted in the HTML. If you google it, you'll find plenty of resources.
See also this forum's FAQ. The bit about progress bars.
And stop calling it Java, its Javascript. Two completely different languages.