开发者

php_uploadprogress wamp refresh information

开发者 https://www.devze.com 2022-12-12 13:58 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消