I want to use Kendo UI to develop a web site. I am able to use other qualifications of kendo-ui. However, I cannot use file upload with ASP.NET. Is there any sample code or documentation to overcome this problem?
I want to use Kendo UI to develop a web site. I am able
Share
It has worked by using a method similar to your method. I have created a upload.aspx webform and called it by :
I have this code at aspx.cs file of the upload.aspx:
It woks fine. It uploads the file but there is a new problem. How can I return the result to kendoui. It uploads but is always shows an error and retry button. In the documentation of Kendo-ui it says retun empty string for successfull upload. I tried Response.Write(“”); but it did not work.