arc icon indicating copy to clipboard operation
arc copied to clipboard

:paperclip: Flexible file upload and attachment library for Elixir

Results 88 arc issues
Sort by recently updated
recently updated
newest added

### Environment * Elixir version (elixir -v): OTP21 Elixir 1.8.0 * Arc version (mix deps): 0.11.0 * Arc dependencies when applicable (mix deps): `arc_ecto` is 0.11.1 * Operating system: RedHat...

### Environment * Elixir version (elixir -v): 1.8.1 * Arc version (mix deps): {:arc, "~> 0.11.0"}, * Arc dependencies when applicable (mix deps): {:arc_ecto, "~> 0.11.1"}, * Operating system: osx...

### Environment * Elixir version (elixir -v): Elixir 1.8.1 * Arc version (mix deps): 0.11.0 * Arc dependencies when applicable (mix deps): arc_ecto (0.11.2), ecto (2.2.12) * Operating system: mac...

Hi, I am planing to use this library and I have one last standing question before being able to start the migration. I am using `arc` to store images that...

TODO: - [x] Respect content-disposition and content-type headers when storing remote files. - [x] Allow specifying min and max file sizes Docs: https://github.com/stavro/arc/wiki/Direct-to-S3-Uploads

waiting on ExAws

Hi! My model can have multiple images so I need the filenames to be unique, is there any way to do this? I have tried to do it in my...

I use local adapter and transform like this ``` def transform(:file_format, _) do {:convert, "-format png", :png} end ``` Then I found it will generate a temporary file in temp...

I'm receiving `no function clause matching in anonymous fn/2 in MyApp.User.update_changeset/2` this is my changeset function in the model ```elixir def update_changeset(struct, params \\ %{}) do struct |> cast(params, [:name,...

Hi, I'm using Elixir 1.7.3 with Phoenix 1.4.0 with Arc 0.11.0 and Ecto 3.0 Problem is arc_ecto 0.11.0 wants Ecto 2.0 Can arc_ecto work with Ecto 3 on any other...