Forum Moderators: coopster & phranque

Message Too Old, No Replies

Copying remote images using Clipboarb

Copy and paste images in web

         

chanca

6:31 pm on Mar 22, 2005 (gmt 0)

10+ Year Member



See this:
1. I click over a GIF image in a website and copy this image to the ClipBoard.
2. I go to other website and paste this image into a "magic box space" and I can see the image now in this box.
3. I put a name and press a button and the image is saved like a gif image in this new website.

How can I do it using ASP?

I know how to use clipboard in ASP but I canīt copy image by this way. Who knows?

Thanks a lot if you get me your solution.

adni18

1:38 am on Mar 23, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Depends on where the original image is located (on the computer or on the Internet) and what your "magic box space" really is. If it is a Rich Text Box, it probably automatically inserts the image source(if it's from the Internet) in an image tag. With perl, you can upload the image using LWP::Simple.

chanca

8:57 pm on Mar 24, 2005 (gmt 0)

10+ Year Member



Thanks for your contact.

The original image is located on the Internet.
My "magic box space" be in another site, on the Internet too. This "mbs" is a RTF and can show the image using its Internet address. I know do it.

Really, I need a component to get the image using the URL's image - like loadimage(URL) and saveimage(disk). But, this program must be in JavaScript or ASP.

I tried to use the ASPImage but it get image only from the local disk. Donīt work with URL.

I have solutions in PHP but I need in ASP.

Thanks again.