When to use Static Resource vs Documents
I want to use a check mark image in the formula field. I got confused about where to store the image: in static resources or in documents. Please explain to me the use cases of both.
I want to use a check mark image in the formula field. I got confused about where to store the image: in static resources or in documents. Please explain to me the use cases of both.
Is there a way in JS to get the entire HTML within the html tags, as a string?
I have this HTML code:
one of my customer ask for a Document Management System for some thousands of document in different format i.e. pdf, doc, docx etc. My question is what is the best way to store this file in database or in file system? How easy to secure a document between the two approach?.
I have an RTF file that I want to display inside a web page after tags have been replaced with user input.
If my backend is on abc.com and sets a cookie in the frontend which is on xyz.com then I am not able to access the cookie on the frontend using document.cookie , is there a work-around for this issue ?
I have been facing some problem while updating the data in the db using mongoose, Therefore thanks in advance for the help.
I returned mongoose docs as json in this way:
We need to open a word document which is located on a server on the clients machine using Microsoft Word. The solution is working locally however when deployed on server then only thing that happens is that the winword.exe is started on the server. Is this possible to do using interop or javascript?
I need to compare documents stored in a DB and come up with a similarity score between 0 and 1.