replacing ISAPI extn with WCF service
Hi We have existing ISAPI extn dll to upload a file being called from HTML form thrugh HTTP Post. We need to replace it by WCF service which needs to upload file and should be called from HTML form. Is this possible? I'm interested to know how service contract method will be consumed from HTML form (with out javascript). Any pointers would be appreciated.