Importing Package Bug - Pods with File columns
There is a known bug, here is the fix, it will be in the next release of Pods.
At Line 149 in /pods/ajax/package.php --
Replace:<pre>if ('pick' != $fieldval['coltype'])</pre> With:<pre>if ('pick' != $fieldval['coltype'] && 'file' != $fieldval['coltype'])</pre>


