image (File Name) field

It seems a bug of SC , ths is the problem:
I have a form with ten fields as image (file name) datatype , I execute this application from a menu item.The first execution I can upload all the image files without problem, but after an update(botton) when I would like to upload a new file the new image is not uploaded and it’s not visible.

could someone help me ?

Re: image (File Name) field

I debugged but no solutions found.
The error happens only with IE 9
with firefox no problem

please help .

Re: image (File Name) field

Im debugging :
after I choosed the image file (double click on the field), the window error is open and ask me to check the error trought the console of IE 9 debug.into the window error message there are the following strings:

“error line number xxx”
“script5 Access denied”

opening the debug, the step cursor is stopped on document.F1.submit() inside the function ajaxSendFile_img_1()

if I run the code up to end , as result the field contain the path and new file name but the img is not visible on the form and the name near is not changed.

this error is not present if I use FireFox.

please someone can help me ?