Skip to main content
  1. /classes/
  2. Classes, Fall 2024/
  3. CS 4140 Fall 2024: Course Site/
  4. cs4140 Notes/

cs4140 Notes: 30 File Data

·52 words·1 min·

Two teams need to deal with file data:

  • GregsList needs image uploads.
  • BingeCast needs MP3 files.

Towards this end I’m going to review what a file is and how to deal with it in both Elixir and JS.

Elixir:

  • bin_write / read
  • Temp uploads
  • Copying file
  • Uploads directory

JS:

Nat Tuck
Author
Nat Tuck