Implemented saveBase64Images() to convert base64 <img> tags into real files stored under /uploads/<module>/<id>/ with secure filenames. Added wrapper functions and updated document creation to use processed image paths.

This commit is contained in:
johnnyq
2025-11-23 13:03:03 -05:00
parent 185ea7d6ac
commit 29839d3b23
5 changed files with 99 additions and 2 deletions

View File

@@ -0,0 +1 @@