Re: JPG-scraping... brainfart

2005-09-07 Thread Matt Robertson
Thanks guys! That did it for me.

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com 


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217557
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: JPG-scraping... brainfart

2005-09-07 Thread Jerry Johnson
Are you on MX? If so, just use the file and path attributes of cfhttp
to automatically save the file for you. Don't forget the getAsBinary
attribute if needed.

On 9/7/05, Matt Robertson <[EMAIL PROTECTED]> wrote:
> There's got to be a way to do this but its escaping me.
> 
> If I am given a url to an image, how can I save that image onto my CF
> server's hard drive for later use? Must I use cfftp? At present I am pretty
> sure I will only have a url to work with. This is for a public agency that
> will have permission to do this as part of a paid-for service so I'm not
> snitching pics of playboy bunnies or somesuch :-)

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217547
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: JPG-scraping... brainfart

2005-09-07 Thread Dave.Phillips
Better yet:

http://www.google.co.uk/intl/en_uk/images/logo.gif";
getasbinary="yes"
path="C:\DIRECTORYTOSAVEIMAGEIN"
>

There is also a file attribute if you want to specify the file, but if you just 
want it to be the same filename as the one you GET, then leave it off (like I 
did above).  Otherwise, specify the file attribute with the new filename.

Obviously, you can replace the path above with any path available to your 
server.

Dave

-Original Message-
From: Kerry [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 07, 2005 12:35 PM
To: CF-Talk
Subject: RE: JPG-scraping... brainfart


http://www.google.co.uk/intl/en_uk/images/logo.gif";
getasbinary="yes">


**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217543
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: JPG-scraping... brainfart

2005-09-07 Thread Kerry
http://www.google.co.uk/intl/en_uk/images/logo.gif";
getasbinary="yes">



-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: 07 September 2005 17:24
To: CF-Talk
Subject: JPG-scraping... brainfart


There's got to be a way to do this but its escaping me.

If I am given a url to an image, how can I save that image onto my CF
server's hard drive for later use? Must I use cfftp? At present I am pretty
sure I will only have a url to work with. This is for a public agency that
will have permission to do this as part of a paid-for service so I'm not
snitching pics of playboy bunnies or somesuch :-)

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com <http://mysecretbase.com>




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217540
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: JPG-scraping... brainfart

2005-09-07 Thread JediHomer
You need to look at CFHTTP not CFFTP, this will enable you to get the image.

On 07/09/05, Matt Robertson <[EMAIL PROTECTED]> wrote:
> There's got to be a way to do this but its escaping me.
> 
> If I am given a url to an image, how can I save that image onto my CF
> server's hard drive for later use? Must I use cfftp? At present I am pretty
> sure I will only have a url to work with. This is for a public agency that
> will have permission to do this as part of a paid-for service so I'm not
> snitching pics of playboy bunnies or somesuch :-)
> 
> --
> --mattRobertson--
> Janitor, MSB Web Systems
> mysecretbase.com 
> 
> 
> 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217538
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


JPG-scraping... brainfart

2005-09-07 Thread Matt Robertson
There's got to be a way to do this but its escaping me.

If I am given a url to an image, how can I save that image onto my CF 
server's hard drive for later use? Must I use cfftp? At present I am pretty 
sure I will only have a url to work with. This is for a public agency that 
will have permission to do this as part of a paid-for service so I'm not 
snitching pics of playboy bunnies or somesuch :-)

-- 
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217536
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54