I am trying to develop a Microsoft excel plugin to send excel sheet data to a web application. It will require the plugin to prompt username and password and then send login http request to the web application to get a session . Then it will upload data to the web application . What .net things should I use ?
Share
Post Method Sample for send username and password. for uploading file just search “File Upload C#” in google.com or bing.com or try C#’s WebClient.UploadFile, Code Project