On Friday, March 20, 2015 at 12:54:49 PM UTC-7, pumplerod wrote: > > I'm trying to find an easy to implement, UI friendly method for allowing > users to upload an image at the time of creating their account which will > provide translation, resize, and crop options for their profile pic. > > I've read through a number of separate jQuery options and have tried to > implement a couple without success (this, most likely, due to my > perfunctory coding skills). I'm wondering how many others may have already > implemented this sort of functionality and if there is a recommended > methodology or existing library. >
Do you want to do the edting at the client or the server? Interactively or scrpted? If on the server and scripted, I'd take a look at the image browser example in the book, and just use a simple form with checkboxes for the options. /dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

