[Proto-Scripty] Re: Image Uploader / Thumbnail creator

2012-07-11 Thread thinsoldier
I've had success with this for almost a year now. http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous/ It allows you to define a starting point then width and height to indicate your crop area. You then send those numbers to your server side image

Re: [Proto-Scripty] Re: Image Uploader / Thumbnail creator

2012-07-11 Thread Phil Petree
Thin, Thanks, that's a really great find... I'll work on adding that in over the next week or so. Greg shared his image uploader (iframe) code and was very patient and helped me get that up and running... it was quite tricky as the json response to an iframe had some very unexpected results. We

[Proto-Scripty] Re: Image Uploader / Thumbnail creator

2012-07-03 Thread greg
Here's a little routine I use. The server sends back some minimal JSON code that I extract from the iframe that the upload form was posted to. This is a condensed version. If you need more of the code (html/js), let me know. If there's a more prototype-y way to do