save clipboard image server?
I have some javascript that will paste clipboards text to a web form.
cool. but what i'd like to be able to to do save or send an image in
my clipboard to the server somehow. Anyway for javascipt to create a
binary stream of the clipboard and post that back tot he server? how
about xml?
Thanks for any help or infomation.
.
Relevant Pages
- Re: How to get the contnet of clipboard
... >Simply turning off Javascript ... having your clipboard read by a web page is a security risk. ... > Simply turning off Javascript ... >> If you have the CB text you can invoke a post to the server. ... (microsoft.public.dotnet.framework.aspnet) - Re: How to get the contnet of clipboard
... > I wonder how ASP.NET reacts:) ... can function as efficiently without client-side Javascript as with it. ... having your clipboard read by a web page is a security risk. ... >> That lands us right back into the server scenario again, where it simply can't be done. ... (microsoft.public.dotnet.framework.aspnet) - Re: Annoying pop-up in Internet Explorer
... the topic of THIS newsgroup. ... So are you in charge of that web site? ... 'Do you want to allow this web page to access your clipboard? ... example of HTML code that uses javascript to paste to the clipboard is ... (microsoft.public.outlook.general) - Re: Windows Security Flaw - The Clipboard
... but it is also very easy for a client-side JavaScript ... function to grab the clipboard contents, append it to a URL as a parameter ... > Client side and server side script ain't the same. ... (microsoft.public.windowsxp.security_admin) - reading clipboard
... to the windows clipboard. ... user's clipboard in windows. ... I realise that its a job for javascript on the client side. ... I rather suspect that I need to make a jasvascript function but have no idea ... (comp.lang.javascript) |
|