[jQuery] Re: Paste an image into a tag...

2009-09-20 Thread Hogsmill
Hi Dan, > In order to paste an image from the clipboard, you'll need something that > can also upload the image to the server on the paste operation. Absolutly. Cheers for suggestion - I'll have a look at XStandard; sounds like it'l fit the bill. This is for an app, not a web site, so the user

[jQuery] Re: Paste an image into a tag...

2009-09-18 Thread Dan G. Switzer, II
It's been a while since I've looked at either TinyMCE or FCKEditor (now CKEditor) but non of the WYSIWYG editors based on the browser can do what Hogsmill wants. In order to paste an image from the clipboard, you'll need something that can also upload the image to the server on the paste operation.

[jQuery] Re: Paste an image into a tag...

2009-09-18 Thread Peter Edwards
Have you thought of using a rich text editor to do this such as TinyMCE and FCKEditor - they both have paste from clipboard functionality On Fri, Sep 18, 2009 at 11:12 AM, Hogsmill wrote: > > This may or may not be possible, but if anyone knows a way to do it, > I'd love to hear from you. > > Ba

[jQuery] Re: Paste an image into a tag...

2009-09-18 Thread lanxiazhi
I think this is not possible,because the browser won't let you access the clipboard for security concerns. but ,you may provide a facility,that can read image from an url given by the user,and display it.also allow user to upload images.that would be enough.