Use the provided blackbird plugin to debug it. I've used this plugin and it works very well. I wouldn't be able to debug it without using the blackbird thing and writing to my php error log like so: error_log ('failed at this point');
-Kyle On May 12, 5:37 am, Vincent Majer <v.ma...@voyagemotion.com> wrote: > no one is using this plugin ? > > Vincent Majer a écrit : > > > Hi, > > > I'm trying to use this plugin : > > >http://jquery.webunity.nl/jQuery.uploader/demo1 > > > it's almost working.. BUT i have a problem with the backend.. I can't > > find any documentation about response codes.. I found a sample_backend > > but not very precise.. > > >http://jQuery.webunity.nl/jQuery.uploader/js/sample_backend.phps > > > Apparently, when file upload is OK, no response at all.. And what about > > errors ? how to have the uploader indicates what files causes problems, and > > why.. ? (file too big, extension not allowed, upload problem.. ) > > > thanks for this great plugin.. and any help welcome !