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

WebReferece.com: Managing Your Email Campaigns with phpList

ZD Net Asia: Keep your options open with FTP file uploads

PHP-GTK Community Blog: Articles on other sites (PHP6, an Intro & Desktop Apps)

NetTuts.com: Create WordPress Plugins with OOP Techniques

PHPBuilder.com: Beginning PHP: One Goal at a Time


Community Events











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


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

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