Did anyone used php_uploadprogress extension for wamp?
When i try to use it with jquery, only the fist i开发者_JS百科s relevant, and all other request show an not-updated information.
The configuration is the fallowing:
uploadprogress.file.filename__template=C:\wamp\tmp\upload_progress_%s.txt
uploadprogress.get_contents=0
uploadprogress.update_interval=500
Pleasa tell me where can be the problem.
I found a patch for windows. It seams that the .dll provided by xampp and wamp does not work well.
If anyone need the patch, it can be found here: http://www.codeproject.com/KB/scripting/Useful_PHP_Extensions.aspx. You need to download the fist file: 'PHP_UploadProgress' and replace the 'php_uploadprogress.dll' from your extensions folder with one from 'Extension Windows' folder.
精彩评论