UNDP-Accelerator-Labs / platform

GNU General Public License v3.0
1 stars 0 forks source link

Jb fix xlsx import images 02 #215

Closed myjyby closed 6 months ago

myjyby commented 6 months ago

Fixed the import module to load images without relying on blob (for csp). What happens is a tmp/{uuid}/ folder is created on the server to display images while configuring (mapping) the xlsx. When the xlsx is saved, the images are properly moved to the right location (app_storage if available, otherwise to the correct place on the server).

TO DO: