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): 1.7.0 / 1.7.4 * Arc version (mix deps): 0.11.0 * Arc dependencies when applicable (mix deps): `:arc_ecto, "0.11.1"` * Operating system: Ubuntu 14.04...

Hi, I am facing issue, whenever uploading a normal file it is throwing the error. [error] Task #PID started from #PID terminating (stop) exited in: Task.await(%Task{owner: #PID, pid: #PID, ref:...

Please add support [minio](https://min.io/) storage support

Thank you for this awesome project. As I found that the poison version was still v`3.1.0`, I've updated poison v4.0.1 which is the latest version. I would appreciate it very...

I created a definition with many transformations, but after a while I needed to edit or create new transformations and Arc does not find these versions in storage. From what...

### Environment * Elixir version (elixir -v): Elixir 1.9.0 (compiled with Erlang/OTP 22) * Arc version (mix deps): {:arc, "~> 0.11.0"}, * Arc dependencies when applicable (mix deps): -- *...

### Environment * Elixir 1.5 * Arc 0.11.0 * Arc_ecto 0.11.0 * Windows 10, 64 bit ### Expected behavior With config.exs: ... config :arc, storage: Arc.Storage.Local, storage_dir: Path.expand("./uploads") ... When...

It would be nice to be able to delete files by scope (and not by a specific file name). There are use cases where you upload multiple files per scope...

The documentation states that it's possible to change the filename with the `filename` function: >It may be undesirable to retain original filenames (eg, it may contain personally identifiable information, vulgarity,...