On 11/7/12 at 11:28 PM, ch...@simplistix.co.uk (Chris Withers) pronounced:

On 07/11/2012 23:20, Chris Withers wrote:
Just wondering which paths people had been down with Pyramid and if
there are any recommendations...

I want to pick something that will let content authors put together
pages including styled headers, paragraphs, etc and image. I'd like them
to be able to upload the image through the editor and have the image
resized, if possible on the client side, if not, on the server.

...and maybe something that already has proven integration with deform?

The Filemanager plugin for CKEditor (formerly the unfortunately named FCKEditor) has a Python module, but I have no idea of its integration with Pyramid or or deform. Perhaps its user group may have more insight.

As far as image resizing on the client side, that is a challenge. The last I checked, the only options required the use of Flash or Java, both of which have many issues (security, having clients that support Flash or Java, etc.). That said, I've had reasonable success with JFileUpload and its plugins across all platforms. Demo:
http://jfileupload.com/products/demo/applet_http_jimageupload.html

There's also this one, but client-side image resizing is supported only on Mozilla Firefox and Google Chrome.
http://blueimp.github.com/jQuery-File-Upload/

--steve

--steve

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

Reply via email to