News Feed
Jobs Feed
Sections




News Archive
Miro Svrtan:
Debugging Uploadify jQuery plugin with XDebug
August 30, 2012 @ 10:50:01

Miro Svrtan has a quick tip for those using the Uploadify plugin in their application's file uploads - how to enable XDebug debugging on each upload request.

If you ever decided to use Uploadify jQuery plug-in you might have noticed problems with debugging remote PHP code that this plugin relies on. [...] Unfortunately setting this up will not work with Uploadify Flash version since calls to remote server side is not done inside browser but inside flash plugin. [...] Few months ago I found my self blindly debugging it again and remembered that I read somewhere that xdebug parameters can be sent via GET/POST too.

He takes advantage of this fact and appends the "XDEBUG_SESSION_START" and "XDEBUG_SESSION" values in the "scriptData" handler for the Uploadify call. The XDebug session is then started when the script executes and your IDE will receive the results.

0 comments voice your opinion now!
debug uploadify jquery plugin xdebug scriptdata tutorial


blog comments powered by Disqus

Similar Posts

Limitless Studios: Determine Number Of Online Users Without A Database

Dublish.com: Captcha - Spam preventing images

Tizag.com: PHP HTML Form Example

Web Development Blog: Ajax requests using jQuery and PHP

ZendCasts.com: RESTful Delete with SLIM, jQuery and JSON


Community Events











Don't see your event here?
Let us know!


opinion introduction series rest usergroup interview functional symfony2 phpunit database example podcast zendframework2 release conference development language framework testing community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework