You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default handler page MyCustomHandlerPage.aspx/html now supports file upload functionality provided by latest WebDAV Ajax Library build.
Opening documents in Microsoft Office mobile from a web page is now supported in Chrome on iOS.
Default handler page MyCustomHandlerPage.aspx/html is optimized for mobile screens and properly resizes for any screen sizes. Grid columns are automatically hidden on small screens.
New folder creation as well as files and folders deletion functionality is provided on a default handler page MyCustomHandlerPage.aspx/html.
JavaScript alerts are replaced with Twitter bootstrap dialogs on a default handler page MyCustomHandlerPage.aspx/html.
Default handler page MyCustomHandlerPage.aspx/html page is refactored. JavaScript and CSS files are removed from HTML source and stored separately.
Missing port in case of .NET Core project if the server is running on a default HTTP/HTPS ports 80 or 443. This bug is now fixed.
500.19 Internal Server Error is thrown when accessing JavaScript files in /wwwroot/ folder if project is generated with Add WebDAV Server implementation wizard. This bug is now fixed.