These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

FileUltimate and ASP.Net MVC

Is the file manager compatible with ASP.Net MVC?
Chris Barrett 2/28/2012 3:00 AM
Yes, you can use FileManager by adding an aspx page in your ASP.NET MVC project which hosts the control.

Regarding native ASP.NET MVC support:
FileManager control is targeted for ASP.NET WebForms.
However it’s not very tightly bound to ASP.NET WebForms (no viewstate dependecy).
It may be possible to render the control in a MVC view however we don’t expose the necessary methods yet.
The idea is having two calls in the view, one in <head> tag so that the necessary script and css file are included and one in <body> for rendering the control. We may offer this feature in future versions.
Cem Alacayir 2/28/2012 3:24 AM
Is embedding the FileUltimate control in an aspx webform still the solution for using FileUltimate in an ASP.NET MVC 4 web project? 
Steve 10/23/2013 2:33 PM