Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Add a file uploader #85

Open
seancdavis opened this issue Dec 20, 2016 · 0 comments
Open

Add a file uploader #85

seancdavis opened this issue Dec 20, 2016 · 0 comments

Comments

@seancdavis
Copy link
Owner

While this is rather specific, I want to start somewhere, and this somewhere is by uploading to S3.

So, we'll build an uploader. We could even add some styles.

What we want to give the developer control over is:

  • Their S3 keys
  • The route to post to after upload is complete
  • The sizes of images that are to be resized

A few additional notes:

  • Eventually we will move to supporting other destinations.
  • We won't support a manual cropper right now, but that's certainly something that could come into play in the future.
  • The last comment (auto-sizing) would require tapping into ActiveRecord and also having something like DelayedJob configured.

I'd really like to implement all this, but this feature comes with the caveat of using CarrierWave Direct to S3, and then offloading processing to a DelayedJob background process. This is more specific than I want to be, but it gives us a place to start, which I like.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant