I have a custom table with an image field . I have been created a form (web user control) for insert into that table. the reasons that I don't use an alternative form are:
1- the conditions for inserting are so complicated and I can't
2- "select image" control don't work in user login mode ( and if it works, it shows all the images in the kentico!), I want something like avatar selector (like fileupload in asp.net).
3- I want to use an editor in my form, and fckeditor in kentico don't show properly in user login mode! ( I desribed this problem in this thread:
here)
and of couse I want to save my images like the way kentico saves, because I have used this fiels in other parts of my project. Is there any special webpart, control or function that can do it for me? if not, how can I determine the proccess of saving an image?