Closed (fixed)
Project:
SWFUpload
Version:
6.x-2.0-beta5
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2010 at 11:50 UTC
Updated:
16 Dec 2010 at 16:10 UTC
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
Comment #1
EugenMayer commentedhttp://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.
Comment #2
EugenMayer commentedComment #3
EugenMayer commentedComment #4
EugenMayer commentedmerged in dev
Comment #5
skilip commented