RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: shunwitter
Thanks for the useful screencast! Just wondering two things.
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
Client side resizing doesn't seem to work for me. https://github.com/blueimp/jQuery-File-Upload/wiki/Client-side-Image-Resizing
disableImageResize: false, imageMaxWidth: 200, imageMaxHeight: 200,
Does anyone have ideas?
Thanks for the useful screencast! Just wondering two things.
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
Client side resizing doesn't seem to work for me.
https://github.com/blueimp/jQuery-File-Upload/wiki/Client-side-Image-Resizing
Does anyone have ideas?