arc
arc copied to clipboard
:paperclip: Flexible file upload and attachment library for Elixir
I was looking into using arc with phoenix to handle some images. Even though documentation is good enough, I am still confused about filename used in while storing a file...
This is for allowing the url to be different then that of the storage path.
Hi, I would like to suggest adding the following code so that the package is run against a matrix of different Elixir / OTP combinations. You can see the test...
Hi, I was fighting against this for a little while, shouldn't it raise an error if the System.find_executable(program) fails? I was trying to generate a thumbnail but it was throwing...
When creating a new user, I can upload a profile image, but since the user is being created the same time as the image is being uploaded, my `scope.id` is...
I have the need to perform some transformations receiving cropping parameters but I don't find any way to do it. There is some way to perform transformations that receive parameters...
When fetching pictures from URLs like `https://graph.facebook.com/xxxxxxxxxxx/picture?type=normal` Arc generates a temporary filename before fetching the file and being redirected. This results in storing a file without extension that won't pass...
I am migrating a project to using elixir and arc from one where I previously used ruby and carrier wave. The signed urls are produced in a different way than...
Added the option of creating a new file from a remote file with a new filename.
Hi Sean, I have a specific case: I'd like to user `arc` and `arc_ecto` to validate if extension and MIME type of uploaded file are allowed in the current schema...