foxnewsnetwork / American-Lang220

First in a series of English classes
1 stars 0 forks source link

Image file uploading and management #12

Closed foxnewsnetwork closed 12 years ago

foxnewsnetwork commented 12 years ago

We need corporate users to be able to upload jpg, gif, and png files which represent banner ads. We must be able to enforce size and dimensions restrictions server-side and provide some sort of interface for the business users to crop and edit their ads after they've been uploaded.

trevor-umeda commented 12 years ago

We can use paperclip and imagemagick for this. I've set it up on another thing so I can attempt this.

Enforcing size dimensions and restrictions can be done there.

Cropping is done with jquery which i've also handled.

trevor-umeda commented 12 years ago

Image uploading and cropping done.

Will need to configure with s3 to actually put online though.

SpinnakerSix commented 12 years ago

moved to American-Lit-315, adserver