Re: Python Substitute for PHP GD, Resizing an image on the client side

2008-08-21 Thread brahmaforces
Thanks for your help Diez appreciate it! arjuna http://www.brahmaforces.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Substitute for PHP GD, Resizing an image on the client side

2008-08-20 Thread brahmaforces
Hi Diez: The file browse button will get me a filename on the client machine. You are saying post will transfer the file itself? I am using straight cherrypy no turbo gears etc, so ill have to do manually. I have not been able to find the javascript on google despite a lot of searching. Would appr

Re: Python Substitute for PHP GD, Resizing an image on the client side

2008-08-19 Thread brahmaforces
educed image to the server? Thanks... On Aug 19, 11:54 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > brahmaforces schrieb: > > > Hi Folks, > > > I am using cherrypy and python. I am trying to get a user profile > > image to resize on the client sid

Python Substitute for PHP GD, Resizing an image on the client side

2008-08-18 Thread brahmaforces
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. Has anyone done this in a python environment without uploading to the server? -- http://mail.python.org/mailman