fixed

Fixed: Actions multiple file upload storage location

[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.