The File Upload dialog allowing you to set the Alternate text is based on a Flash uploader. There is an Upload.Classic setting in Sitecore.config indicating whether the uploading runs in classic (no Flash) mode or not; the default value is false
, so that the Flash uploader should be used by default:
<setting name="Upload.Classic" value="false" />
But, for security reason, Flash is not enabled by default in modern browsers, therefore, if you want to use the Flash uploader you also have to allow it in your browser.
How to allow Flash in Google Chrome browser?
- To the left of the web address, click Lock or Info icons;
- Then at the bottom on the popup, click Site Settings;
- In the new tab, to the right of "Flash", click the Down arrow and then select Allow;
- Go back to the site and reload the page;
Note, that Sitecore client interface issues a persistent sc_fv cookie where it stores the Flash status, its value for the blocked Flash mode is '0.0.0'. Therefore, once the Flash is allowed in your browser you need to delete the sc_fv cookie to force the Flash status check.
So, summing all up, if you wish to use the Flash file uploader you have to complete 3 simple steps below:
- Make sure that Upload.Classic setting is set to
false
in Sitecore.config;
- Allow Flash in your browser;
- Delete sc_fv cookie.
And you will get the Alternate text field back in the Upload File dialog: