You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library should have a method for uploading images without sending the images to a backend, should the user need it. I have implemented a solution to this with the following code for the uploadByFile function provided by the libary -
The user can then store the saved editor data (obtained from editor.save()) as-it-is in the backend as an object or even a single string, without the images being stored elsewhere. Some users might need this, as did I.
The text was updated successfully, but these errors were encountered:
The library should have a method for uploading images without sending the images to a backend, should the user need it. I have implemented a solution to this with the following code for the
uploadByFile
function provided by the libary -The user can then store the saved editor data (obtained from
editor.save()
) as-it-is in the backend as an object or even a single string, without the images being stored elsewhere. Some users might need this, as did I.The text was updated successfully, but these errors were encountered: