Community Documentation

Migrate from another module to FileField

Last updated April 14, 2009. Created by quicksketch on April 14, 2009.
Log in to edit this page.

Below is a list of scripts for migrating from several different modules to FileField. FileField's generic handling of files and accounting for edge-cases make it an ideal solution for replacing upload functionality provided by modules such as Audio, Video, or other task-specific modules.

Comments

Core upload migration

What is missing here is migrating form plain core upload.

Migrate from core Upload to FileField

Someone posted a script to convert this here:
http://drupal.org/node/656204#comment-3233048

imceimage migration

Also missing is migration from the now depreciated imceimage module.

-sirkyle

About this page

Drupal version
Drupal 5.x, Drupal 6.x

Structure Guide

Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.