We're implementing a CMS for user supplied content (articles and how-to's)
and one of our larger partners "suggested" that it would be nice if we had
photos (read logos) for the article authors.

Ideally, we'd upload the file, get confirmation, load the image into a div
and allow the user to rotate, crop etc.  Probably not many of our regular
users will avail themselves of of the "profile picture" but most of our
government/corporate users probably will.

One of the other devs reminded me that we had the php file uploader library
from cutesoft and that it implemented ajax (just not prototype) so I'm
looking at that but we still need an image crop/rotate tool.



On Tue, Jul 3, 2012 at 3:38 PM, Walter Lee Davis <wa...@wdstudio.com> wrote:

> When you say a thumbnail creator, are you referring to server-side code?
> If so, what's your flavor? As far as an Ajax upload goes, Prototype doesn't
> like to do those without some kicking and screaming. I find that it's
> easiest to create an iframe and post through that. The only trick then is
> to send the message back to the outer page that the upload is complete.
>
> Walter
>
> On Jul 3, 2012, at 1:51 PM, Phil Petree wrote:
>
> > I've spent the last few hours looking all over google for a prototype
> ajax uploader and thumbnail creator and I'm coming up blank.
> >
> > Has anyone found anything usable (we only need to upload one image per
> user) or can you point me to some docs for this?
> >
> > Thanks.
> >
> > Pete
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "Prototype & script.aculo.us" group.
> > To post to this group, send email to
> prototype-scriptaculous@googlegroups.com.
> > To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To post to this group, send email to
> prototype-scriptaculous@googlegroups.com.
> To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to