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

Hello. Thanks for you app. I have faced an issue with the `S3` storage. I have registered a s3-bucket in `eu-west-1` region. And have these lines in configuration: ``` config...

There's dependency conflicts when trying to install v0.8.0 as a dependency. arc 0.8.0 requires ex_aws ~> 0.1.11, which in turn requires hackney 1.6.3, 1.6.5, or 1.7.1. However, arc 0.8.0 also...

I want to configure in a phoenix app for production to use aws bucket but for dev & test store the files locally?

hi I'm getting this error when I try to install Arc along Phoenix ``` mix deps.get Running dependency resolution... Failed to use "poison" (version 3.1.0) because arc (version 0.7.0) requires...

I'd like to retransform already stored images. Is there an easy way for that? Stackoverflow doesn't have an answer either. http://stackoverflow.com/questions/43936322/re-transform-existing-avatars

Hi, I have a PostItem model with 2 upload fields( image and share image ) To avoid problems in case we are uploading files with same name in my storage_dir...

Hello, I'm having a problem configuring ARC to work in my app. First, when I use the configuration as described below, the file is loaded into local storage. If I...

Hi, I recently upgraded to arc: 0.6.0, arc_ecto: 0.5.0, ex_aws: 1.0.0, hackney: 1.6.1, poison: 2.0, sweet_xml: 0.5 And I now receive a time out error without a lot of information...

Hi! I am using the Local Storage in dev mode, and S3 in production. But the `.url` does not return a full URL, but only the absolute path. I am...

My plan is to store files in directories based on some digest of the file content. However this is quite inconvenient as I have no way to fetch file metadata...