FileUpload to a separated database table

I want to upload multiple files to a different table (example: courses_attachments), with additional data
  • id
  • course_id
  • attachment_path
  • attachment_size
  • attachment_name
Can we do that?
Was this page helpful?