hi every one i am making video gallery and while uploading i just want to implement uploading status.
can any ony suggest me to do this
hi every one i am making video gallery and while uploading i just want to implement uploading status.
can any ony suggest me to do this
If you use the regular "HTML form"-uploading, you won't be able to show an uploading status with pure PHP, if a progress bar is what you're after. You'll need a different approach to archieve that.
Here's something to get you started :) http://www.raditha.com/php/progress.php
What you can do: show a DIV containing an endlessly repeating GIF-animation onClick of your form's submit button, though that will only suggest that something's happening to your users without showing them a real progress of what's going on.