A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Jonas Lindau
Oct 20, 2009
  5701
(0 votes)

Error 500 when using advanced fileupload (drag and drop)

If you are using Themes in your EPiServer CMS templates, chanses are good you cannot use the drag and drop functionallity in EPiServer File Manager.

Lets say you create a theme called myTheme. Then you’ll probably add this to web.config’s pages-element instead of add it to all templates.

<pages theme=”myTheme”>

After adding this to web.config, drag and drop stop working. You can easily solve this by adding a pages-element to your UI-location:

<location path=”UI”>
    <system.web>
        <pages theme=”” />

 

Now you can start dragging thoose files :)

Oct 20, 2009

Comments

Please login to comment.
Latest blogs
Beginner's Guide for Optimizely Backend Developers

Developing with Optimizely (formerly Episerver) requires more than just technical know‑how. It’s about respecting the editor’s perspective, ensurin...

MilosR | Dec 10, 2025

Optimizely PaaS Administrator Certification : Free for Everyone

Optimizely has recently launched a free PaaS Administrator Certification. https://academy.optimizely.com/student/activity/2958208-paas-cms-administ...

Madhu | Dec 9, 2025 |

Fixing TinyMCE Initialization Failures in Optimizely CMS: A Hidden Pipeline Issue with .NET SDK Versions

Over the past few weeks, several Optimizely CMS projects began experiencing a puzzling failure: XHtmlString fields stopped initializing TinyMCE in...

Francisco Quintanilla | Dec 9, 2025 |

Jhoose Security Modules v2.6.0 — Added support for Permissions Policy and .NET 10

Version 2.6.0 adds Permissions Policy header support, updates to .NET 10, improved policy management, configurable security settings, and enhanced...

Andrew Markham | Dec 6, 2025 |