OK folks - all suggestions gratefully accepted. I am a relative novice hitting head against hard brick wall.
Basically what I am doing is reading a user parameter file to produce multiple reports. I have this working perfectly in Firefox using the AddEventListener and FileReader functions. IE8 does not allow me to do this -I have tried AttachEvent (see MSIE and addEventListener Problem in Javascript?) which will list the files but does not allow me to read the user selected one. (Why Microsoft considers this a security exposure and Mozilla do not perplexes me.)
I do not want the user to have to input all the data into a form as I want the data to be re-usable i.e. I envisage users making small changes to a small selection of parameters every so often and re-running.
Apart from doing a check for IEx and telling them to use another browser, is there another method anyone would recommend?
Thanks in anticipation