the version 2 doesnt work very well, for example .uploadifySettings doesnt work with the newest jqeuery version and the flash version goes always down if i open the alert function
so i installed version 3 on my page
my question now is, where a the callback parameters in that function onQueueComplete()
where are these parameters like (version 2) ...'oneComplete' : function(event, ID, fileObj, response, data) {...
i hope you have answers for my questions
and if in these beta the parameters stil doesent exist, the i hope you add these parameters very fast
I have (I'm guessing) similar issues to "knotenpunkt" as FireBug shows onQueueComplete errors
sample firebug output:
setting is not defined onUploadComplete(file=Object { name="10k.txt", index=0, more...}) SWFUpload() SWFUpload() SWFUpload() if (swfuploadify.settings.onQu...ete) setting.onQueueComplete(stats);
es gibt ein weiteres problem: = it exists a problem more: wenn ich das hier in version 3 aufrufe: = if i write the following then firefox give me that problem message back
*****that is the translation of my question before********
Deutsche Version: Ich weiß nicht ob Dein Problem noch immer besteht. Aber ich poste trotzdem die Lösung. Erstens Du braucht im Javascript-Code keine Backslashes \ Zum anderen verbindest Du Deine Strings nicht richtig. Statt . musst + verwenden
English Version: I don't know if your problem is still existent. Anyhow I post a solution. First of all, you don't need to use backslashes in your javascript code. Secondly you concatenate your strings with the wrong operator. Use + instead of .