문제

Did anyone used php_uploadprogress extension for wamp?

When i try to use it with jquery, only the fist is 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top