RailsCasts Pro episodes are now free!

Learn more or hide this

shunwitter's Profile

GitHub User: shunwitter

Comments by

Avatar

Thanks for the useful screencast! Just wondering two things.

  1. Is there any way to enable server side file size validation like: https://github.com/carrierwaveuploader/carrierwave/wiki/How-to%3A-Validate-attachment-file-size

  2. Client side resizing doesn't seem to work for me.
    https://github.com/blueimp/jQuery-File-Upload/wiki/Client-side-Image-Resizing

.js file
disableImageResize: false,
imageMaxWidth: 200,
imageMaxHeight: 200,

Does anyone have ideas?