Image Upload

marco a. asked on February 26, 2014 08:46

Hi, I'm new to kentico. My problem is that I have developed a ascx with some input field and I have also to upload images. How can I upload images from this page to CMS in a specific folder that are presents in CMSDesk?

Thanks and Best regards, Marco.

Recent Answers


Filip Ligač answered on February 27, 2014 04:50

Hi Marco,

Regrettably, there is no built-in form control which would allow you to upload images to a specific folder.

The only uploaders Kentico CMS has by default are Upload file and Direct uploader and both upload files as attachments.

However, you can develop your own form control to meet your requirements according to Developer's Guide - Developing form controls.

Best regards, Filip Ligac

0 votesVote for this answer Mark as a Correct answer

Joel Dahlin answered on February 27, 2014 05:33

You could upload them to [site codename]/media/images/ and they would appear in the media library.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.