I have downloaded the uploadprogress.dll and put it into the ext directory in my php directory etc...
I have also put:
extension=uploadprogress.dll
Into the php.ini file and saved.
Restarted wamp server.
On the PHP extentions menu in wamp the extention is there and ticked saying that it is ready to be used but when i put:
PHP Code:
<?php
phpinfo();
?>
And view the page uploadprogress is not there.
Can anyone help me on this?
Thanks in advance.