IWImageFile cuts off the file path if the image file is located in a nested subfolder (ISAPI only)
3/22/2010
Bug Description:
There is a bug in the fileName property of IWImageButton component. The problem only occurs when deployed in a .dll and the image file is located in a nested sub folder under the files folder.
Below is an example of how IW cuts off the full path of where the file is located:
src="/my_dll/IW_ISAPI.dll/Files/my_image.png"
In order to display the image properly IW needs to generate the following full path to the image:
src="/my_dll/IW_ISAPI.dll/files/subfolder/Images/my_image.png"
IW leaves out all the sub directories like /subfolder/Images/
*Note: the property works fine in executable mode even with subfolders
Affected Browsers: All Workaround: None.
<<
Previous Entry Next Entry
>>
|