This took a a damn long time to debug :(

Well due to possibly and bug back in filefield or cck, the file saved in the cck cache for that field is not complete, its only partially ( e.g. missing filename ). This means when the cache is used to load the values, swfupload fails to initate the file-list.

As in the patch, we need to ue the load method of filefield to restore the object properly. e.g. this is also done in imagefield to make it work .. without any further comment on why... :/

Comments

EugenMayer’s picture

http://github.com/EugenMayer/swfupload/commits/830206

i used the chance to regroup the methods also ( i did not open an issue as this would result in a merge conflict with this anyway ). See the commit comment.

EugenMayer’s picture

Priority: Normal » Critical
EugenMayer’s picture

Status: Active » Patch (to be ported)
EugenMayer’s picture

merged in dev

skilip’s picture

Status: Patch (to be ported) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.