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

quicksketch’s picture

Thanks nico059, a good summary of the problem. I'll leave this open until FileField Paths supports CCK fields through the issue you mentioned.

quicksketch’s picture

Title: Issue with filefield_insert and filefield_path (resolved) » Issue with insert and filefield_path (resolved)
Project: FileField Insert » Insert
Version: 6.x-1.x-dev » 6.x-1.0-beta1
Category: feature » support

Moving to the new Insert module, which replaces FileField Insert.

deciphered’s picture

Status: Active » Fixed

The issue is resolved in the latest development build FileField Paths.

Cheers,
Deciphered.

Status: Fixed » Closed (fixed)

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