Symptoms
In Media Library, after clicking on the Attach button in a media item, and clicking Browse, the file dialog does not open.
Workaround
Until Sitecore comes out with an official fix, you can force “Upload.Classic” mode which will work as intended.
The config setting is
<setting name="Upload.Classic" value="true" />
To avoid messing up your nice, fresh, and new web.config, you could override this setting by dropping a patch .config file in your /app_config/includes directory.
Full file download available on my GitHub here:
https://github.com/maxslabyak/snippets/tree/master/sitecore/bug-fixes-workarounds/v7.1-medialibrary-attachfile/App_Config/Include
Applies To
Sitecore v7.1 rev 130926
Leave A Comment