Page 2 of 2

Posted: Tue Aug 17, 2004 7:41 am
by CoderGoblin
OK I've done a bit of checking....

OnChange support for input type "file" is spotty at best. It should work in the latest browsers but infortunately there is no guarantee. Therefore the above methodolgy will not work. (IE4 it worked, IE5 doesn't, IE6 does apparantly).

You will have to find another method. (I thought of using a mouseOut event but it gets very messy having to check hidden fields to see if things have changed. I would therefore suggest you simply include all the boxes to begin with....

Sorry I cannot be of more help.

Posted: Tue Aug 17, 2004 8:24 am
by vigge89
alright, thanks :)
i'll probably keep the code like it is now, since i'm the only one who's gonna use it, but I thought that it would be best if it was cross-browser compatible, so I maybe later could release the script, but it doesnät look like I will now then :(

anyway, thanks for the replys everybody :)