New Type Attribute for Enso Content Tag
You can now use the enso:content tag to upload a file.
Enso has always allowed CMS users to upload files via the content editor, however, in certain situations this is not an ideal user experience. So, today we added type="file" to the enso:content tag giving the CMS user the ability to upload a file without having to fire up the full content editor.
<html>
<body>
...
<enso:content name="filename" type="file" label="Filename" />
...
</body>
</html>
<html>
<body>
...
<enso:content name="filename" type="file" label="Filename" />
...
</body>
</html>
comments powered by Disqus
