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

This PR introduces a `local_dir` config option that allows one to specify a prefix for the `Arc.Storage.Local` location. This is especially useful for running tests. Example usage: ``` elixir #...

Hello Any ideas to batch upload images with one put request? Thx

Is the [Wiki entry](https://github.com/stavro/arc/wiki/Direct-to-S3-Uploads) on direct uploads to S3 working and up to date? Has anyone used this approach successfully?

### Environment * Elixir version (elixir -v): 1.5.2 * Arc version (mix deps): 0.8.0 * Arc dependencies when applicable (mix deps): * Operating system: Ubuntu on Windows ### Description I...

Hi there the documentation in the WIKI for client uploads is outdated s3_key = "uploads/b1cfef0d-a83f-473f-960d-c37f9de2f777" Arc.Storage.S3.url(s3_key) #=> generates a public url Arc.Storage.S3.url(s3_key, signed: true) #=> generates a private, signed url...

Attempting this complex transformation using `System.cmd` via an Elixir script works just fine (it makes a copy of the image, draws a white circle on the copy, negates it and...

We have a few forms in our app with an image upload requirement. We can successfully validate that there is or is not a file upload with the allowed extensions....

Documentation say us `Keep this transformation function simple and deterministic based on the version, file name, and scope object. `, but in this case picture with same `scope object` an...

Hello, This is not a bug, but a nice feature, I think. Would it be possible to develop support for multi S3 bucket upload? Sometimes you need to upload to...