Library to work on File Upload

Is there any front-end library to work on file upload in phoenix?

Arc is relatively popular …

1 Like

I want to upload file from front-end and store the file name in backend.

Yes, arc can be used in that:

Uploading in Phoenix is explained here:

http://www.phoenixframework.org/docs/file-uploads

2 Likes