On 19 Aug., 08:32, brahmaforces <[EMAIL PROTECTED]> wrote:
> Hi Folks,
>
> I am using cherrypy and python. I am trying to get a user profile
> image to resize on the client side before uploading to the server. PHP
> has a gd library that does it it seems.

php works on the client side ?? are you sure ?

>  Has anyone done this in a
> python environment without uploading to the server?

if you resort to resizing on the server side, you can
use PIL.

Greetings, Uwe
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to