Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, I am trying to add common File Upload control as new grid editor. Below is the code that I am adding to my grid.editor.config file
{ "name": "File Upload (new)", "alias": "gridFileUpload", "view": "~/Umbraco/Views/propertyeditors/fileupload/fileupload.html", "icon": "icon-movie", "config": { "markup": "<div class='small-12 large-6 columns'>#value#</div>" } }
The editor shows up I can add the file but when I save it gives me to errors and the file path is not saved. Please help. I am probably missing a renderer I am just not how to refer it.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Adding Grid Editor
Hi, I am trying to add common File Upload control as new grid editor. Below is the code that I am adding to my grid.editor.config file
The editor shows up I can add the file but when I save it gives me to errors and the file path is not saved. Please help. I am probably missing a renderer I am just not how to refer it.
is working on a reply...