I have a question that has to do with importing the contents of a document into an array via java script. I can currently add values to my array one at a time. But I need to be able to allow users to either cut and paste values into a list (array) or import a file into a list.
An example would be, the user either copies the contents of an excel column into the list or the user import's the contents of the file directly into the list. I will then pass the contents of this list to another page.
any help would be greatly appreciated.
-thanks,
ejg
An example would be, the user either copies the contents of an excel column into the list or the user import's the contents of the file directly into the list. I will then pass the contents of this list to another page.
any help would be greatly appreciated.
-thanks,
ejg