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
I've updated my config, but Umbraco refuses to pick it up. What am I doing wrong? It picked up the last set of changes, but not this time.
Config attached below
<PerplexFileUpload> <AllowedExtensions> <Extension>mp4</Extension> <Extension>mpeg</Extension> <Extension>m4v</Extension> <Extension>avi</Extension> <Extension>wav</Extension> <Extension>mp3</Extension> <Extension>aac</Extension> <Extension>flac</Extension> <Extension>mov</Extension> </AllowedExtensions> <MaxFileSize />
<PerplexImageUpload> <AllowedExtensions> <Extension>jpg</Extension> <Extension>jpeg</Extension> <Extension>png</Extension> <Extension>bmp</Extension> <Extension>gif</Extension> <Extension>tif</Extension> <Extension>tiff</Extension> </AllowedExtensions> <MaxFileSize />
The config file is only read once from disk and kept in memory afterwards, so for changes to be picked up the app has to be reset, did you do that already? Easiest way is just to edit web.config then the site will reset itself.
Hi,
We restarted the server and it then picked the changes up.
(I am now seeing that there is no indication as to whether a file upload has been successful - but i guess that's another issue.)
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Config not updating
I've updated my config, but Umbraco refuses to pick it up. What am I doing wrong? It picked up the last set of changes, but not this time.
Config attached below
The config file is only read once from disk and kept in memory afterwards, so for changes to be picked up the app has to be reset, did you do that already? Easiest way is just to edit web.config then the site will reset itself.
Hi,
We restarted the server and it then picked the changes up.
(I am now seeing that there is no indication as to whether a file upload has been successful - but i guess that's another issue.)
Thanks
is working on a reply...