I'm working on some automated process. My current requirement is to upload files one by one in a particular directory to server through AJAX. This process should start when I called its function.
How can I achieve it?(javascript,jquery,BackEnd:C#,WebApi)