views:

23

answers:

2

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

A: 

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.

Select0r
but I want status in %
rajanikant
Then check the links that have been posted. As I said: there's no solution for that using PHP only.
Select0r
A: 

This might be a start

http://uber-uploader.sourceforge.net/

alex