fixed
Fixed: Actions multiple file upload storage location
2 months 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.
