Hello Everyone,
i have a problem with the application i'm building,
what i need is to import Excel Data into sqlServer which is on a remote Server.
the tricky part is that i can't upload any file to the server so the import has to be made on client side.
my initial thoughts were to use Javascript to import the excel Data into a hidden form or asp.net control and than use this control to import the data at server side.
is there any easy way with asp.net to accomplish that?
thanks for the help