yodiaditya / phoenix-upload-file-example

Phoenix Framework Elixir simple upload file project. Basic functionality to store the file to local storage.

Home Page:https://www.yodiw.com/simple-upload-file-local-phoenix-elixir/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to upload file in Phoenix Framework Elixir into local storage

Simple project to explain how to do upload file in Phoenix Framework using Plug Upload to local path. The tutorial can be read Upload file in Phoenix Framework

Hello

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

Phoenix Framework Elixir simple upload file project. Basic functionality to store the file to local storage.

https://www.yodiw.com/simple-upload-file-local-phoenix-elixir/


Languages

Language:Elixir 92.4%Language:HTML 7.6%