Hi,
I am trying to edit PDF templates and include Company Logo on the header, I am battling to upload the image file via the interface attached

I have inserted links from different sources and none appears. I tried to upload the logo via Documents but I was unable to source URL.
Upload the image via ftp and copy the address of the route insert and ready
Thanks, isn't there an easier way?
Most users are not tech savvy and this route seems to be cumbersome to me
You can also use base64 representation of the image.
@joelbcampos I am avoiding a scenario where I mess things up: I am guessing I will need to create a new folder and probably name it "Images".
Where exactly can I save this folder at?
@neuronetio I do not know what that is and how I can achieve that feet?
https://www.base64-image.de/ copy image button
Stupid question: how to put Base64 code to template?
best way (probably the only) is to click on Source button from editor header and add <img src="yourbase64" /> where you want
ckeditor image dialog will freeze when you paste base64 into url :/
@bpabiszczak @mariuszkrzaczkowski maybe we could easily implement something like this along with the standard image url?
It would be easier if the image icon directed a user to their PC Folders, like it does when you upload a Logo.
Stupid question: how to put Base64 code to template?
It is stupid to you yes, but this platform exists so we can ask questions that will prevent us from messing things up.
You can also use base64 representation of the image.
I tried this and the screen locks. I practically cannot do anything after I have inserted the image code.
@MyBlissIT did you paste base64 inside src attribute of the <img /> tag?
Did you click on Source button from editor header?
If you are editing the source code - content is an simple text area so it should not crash, but when you edit as wysiwyg then there might be some problems. If you are pasting base64 into url field in image dialog then of course it will hang as I mentioned earlier.
@rafalpospiech Although I have always done it through ftp, it seems an interesting thread. Could I do a gif with the steps that it performs?
Thanks for your dedication.**
Of course, thanks.
There are now three ways of adding images:

<img src="https://public.yetiforce.com/gallery/uploads/big/e06faf7b08dc7f944a784daada1e8e4e.jpg" />Increased column size and added validation for document's content.
The most common cause of broken images was exceeding the number of characters for images in base64.
Most helpful comment
best way (probably the only) is to click on
Sourcebutton from editor header and add<img src="yourbase64" />where you want