Hi Folks,

Just wondering if someone could confirm this one...

Bug:
1. Create/Edit a dmHTML page
2. Try to upload an image with 'alt' text longer than 512 chars

dmImage can't handle a string that long so the db insert fails and you end
up with empty "images" that can't be deleted.

Fix:
Add the following to farcry_core/packages/types/_dmhtml/plpEdit/images.cfm

Line 366:
objForm.alt.validateLengthGT(512);

Line 447:
objForm2.alt.validateLengthGT(512);

HTH

Tim


---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to