0
Reply

replacing ISAPI extn with WCF service

siva

siva

Feb 13 2009 8:08 PM
2.4k
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.