0

After encoding images to base 64 in the html it is difficult for colleagues to know what image the base 64 code refers to. Is there a way to revert to the file path for easy updating?

StephenC
  • 161
  • 2
  • 14

1 Answers1

0

No, doesn't exist a native way to accomplish this task, but you can easily built your own by database mapping to resource setting, ect...

ale
  • 10,012
  • 5
  • 40
  • 49