I'm currently running PHP 5.2.3 on CentOS 5, and have installed the PECL Upload Progress extension.
To test it, I am using the code that is posted here
I have spent a few hours trying to get it to actually return data, but when the uploadprogress_get_info($id); function is run, it returns no data. The extension is installed, and I see it in the phpinfo(). Also the function to get the info runs with no complaints, just no data is found.
Whats more, I know file uploads work because the actual file is uploaded and saved to the server.
I do have the UPLOAD_IDENTIFIER hidden field above my file tag as described here but still, PHP returns no data for the entirety of the upload.
Anyone have this working or have any tips on how to get it to work properly?