Agreed. Please provide more information. However, one of the most common problems I've found when doing BFILE or BLOB stuff, is that the directory specification in your BLOB access function is not capitalized. For instance:
Code:
image.setsource ('file', 'IMG_DIR', img_p);
image.import (ctx);
Good luck.
JoeB