0
kicks
HTML based file upload/download to FTP server using HttpHandler in C#
In this article, i will examined how to upload/download file from HTML client to FTP server using HttpHandler in C#. This approach can be very handy for application integration. Here is our html code that will consume HttpHandlers.