In case someone has the same issue I post here too ... the orignal post is here for filefield_path: http://drupal.org/node/606500
The issue:
For a filefield configured with filefiled_path (to store the file on a specific folder for exemple ...).
When a file is added in your filefield (by ajax), and if you you "send to textarea" this file to a CCK textearea before saving the node, everything seems ok ... But ... when you save the file, filefield_path move the file to is new folder ..... and your image (or link .. or watehever) is broken.
There is some code in filefield_path to correct this issue for the "body", but not for a CCK field.
The developper solution:
If you check the original post (http://drupal.org/node/606500), you will see how I corrected this issue (by pathcing filefield_path), but if you test it and report it accurate to the filefiel_path I think it could be integrated ....
Comments
Comment #1
quicksketchThanks nico059, a good summary of the problem. I'll leave this open until FileField Paths supports CCK fields through the issue you mentioned.
Comment #2
quicksketchMoving to the new Insert module, which replaces FileField Insert.
Comment #3
decipheredThe issue is resolved in the latest development build FileField Paths.
Cheers,
Deciphered.