It's interesting how a simple site can get more complicated than one thought when trying to upgrade it.
I have a content type that uses the Upload mode to add files (doc and pdf) to the nodes. Is there a "simple" way to change these to FileFields and stop using the Upload module? I can do it on either side of the upgrade process.
Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
Hi,
If the upgrade to Drupal 7.x doesn't do it then, it would be easiest to create the file field in D6 and you could with some SQL copy the fid from the upload to the filefield field.
Gordon.
On 13/11/2011, at 2:35 AM, Ms. Nancy Wichmann wrote:
It's interesting how a simple site can get more complicated than one thought when trying to upgrade it.
I have a content type that uses the Upload mode to add files (doc and pdf) to the nodes. Is there a "simple" way to change these to FileFields and stop using the Upload module? I can do it on either side of the upgrade process.
Nancy
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
[ Drupal support list | http://lists.drupal.org/ ]
I had just been looking at possibly doing this and found this page.
There is some other stuff out there too.
Hope this helps.
-Steve On Nov 12, 2011 8:58 AM, "Gordon Heydon" gordon@heydon.com.au wrote:
Hi,
If the upgrade to Drupal 7.x doesn't do it then, it would be easiest to create the file field in D6 and you could with some SQL copy the fid from the upload to the filefield field.
Gordon.
On 13/11/2011, at 2:35 AM, Ms. Nancy Wichmann wrote:
It's interesting how a simple site can get more complicated than one thought when trying to upgrade it.
I have a content type that uses the Upload mode to add files (doc and pdf) to the nodes. Is there a "simple" way to change these to FileFields and stop using the Upload module? I can do it on either side of the upgrade process.
*Nancy*
Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr. -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]