This question is locked. New answers and comments are not allowed.
Hi,
In one of the project, we have a requirement to upload upto 1 GB file on the file server with WCF service. I have tried it on ASP.Net application and it is uploading successfully upto 1 GB. Now I want the same control to work with WCF Services as there are other applications too which will use the same service for uploading. I have tried to include the RadUploadHandler ashx file in WCF Service and hosted it on server. When i try to consume it, it says Handler not found or execution of Handler failed.
Firstly, I want to know whether i can go for WCF Service or not ?
If not, then according to our requirement is there any other alternative to this requirement ?
Thanks
Saurabh
In one of the project, we have a requirement to upload upto 1 GB file on the file server with WCF service. I have tried it on ASP.Net application and it is uploading successfully upto 1 GB. Now I want the same control to work with WCF Services as there are other applications too which will use the same service for uploading. I have tried to include the RadUploadHandler ashx file in WCF Service and hosted it on server. When i try to consume it, it says Handler not found or execution of Handler failed.
Firstly, I want to know whether i can go for WCF Service or not ?
If not, then according to our requirement is there any other alternative to this requirement ?
Thanks
Saurabh