Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1470
File Upload Sample
posted

Trying to make a working example from the online documentation at https://www.igniteui.com/file-upload/aspnet-mvc-helper   I've run into some hiccups, maybe someone can help me get past it:

View: (Answer in comments).

.ProgressUrl(Url.Content("~/IGUploadStatusHandler.ashx"))

Is there a code sample for this .ashx file?



Controller:

UploadConfig.DeleteFile(sender, args);

Is there a code sample for UploadConfig?

Or is there a better place to look for working samples?


Reference: www.igniteui.com/.../aspnet-mvc-helper