Thanks for your response terveg, but i don't think, except for few instances, i am exceeding 255 characters, as the whole string is displayed as attributes of the tag containing it. For example suppose, my title is "Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo
ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis".
when i save the field, the title field gets updated with text like this "name_of_the_image.ext:image: ""Lorem ipsum dolor sit amet, consectetuer adipiscing el"..
The preview breaks of.
And when you inspect the element using firebug, it looks like this:
[code]<a id="something" [other attributes after it] dolor="" sit="" amet="" consectetuer="" adipiscing="" elit=""... >....</a>[/code]
So basically what i am highlighting up is, at times, yes when i exceed the 256 limit, it does not save the image, title and description at all, but when the title is fairly long, but, say within length of 256, it is broken up strangely. I went through the upload_image.php file, i did not notice anything strange there, but when it is happening, it leaves me in a fix, as the image field in question is displayed on a catalog of products, and is the only way through which a user can see a particular product. And when this error happens, description also gets destructed... so basically leaving a vacuum in my product catalog.
And honestly speaking, i am not really aware how the title is saved (image_title) in Seblod. Could you or anyone else, provide me with inputs where to find this field.
Thanks Terveg once again, for finding out time to respond to my post, i would try out your solution too, if i could figure out the exact db field.. :)
Thanks you very much.
Regards,
Vimal