fixed
Fixed: Actions multiple file upload storage location
23 days ago by Giannina Santimateo
[v 1.0.0] – 2025-03-08
🐛 Fixed
Actions – File Upload
- File storage path: Fixed an issue where multiple file uploads were not being stored in the correct temporary directory when submitted through Actions in public applications.
- Data bucket handling: Corrected the logic responsible for saving uploaded files, ensuring they are stored in the data bucket using their original filenames rather than only saving the file array structure.
⚡ Improved
- File management: Multiple file uploads now follow the correct storage flow, ensuring files are properly saved and accessible.
- Preview functionality: File previews within forms now work reliably due to proper file placement and naming consistency.
📋 Technical Details
- Issue: Files were being stored as an array reference, but the actual files were not saved in the data bucket with their original filenames.
