You are trying to pass a string that is longer than the allowable lenght fot your field.
Either change the field type on the database to a larger field (even blob) or do not allow such a long string to be uploaded to your database.
An image field is a Blob field and it is very large, that is the reason that you are able to load it into that image field.
Sal
|