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?
Asked
Active
Viewed 77 times
1 Answers
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
-
well, not the answer I'd hoped for, but it does seem to be THE answer. – StephenC Mar 10 '14 at 14:49