Security ActiveX
Crypt
SSH
SFTP
SSHServer
SSHTunnel
SSHpackage
SFTPdll

Security .NET
SSH.NET
SFTP.NET
FtpDLX.NET
WebServer.NET

General Protocols
AppUpdate
HttpDLX
FtpDLX
TelnetDLX
FTPServer
WebServer
VPN
XMPP

Mail
MailServer
Mailbox
ImapServer
SmtpServer
Pop3Server
Smtp
Pop3

Free
Beep
DHCPServer
ShellMenu

  Search: 
Anonymous posting is allowed. We will try to reply to your posts as soon as possible. Another members are encouraged to reply to new users.
If you specify your email in the posted message, it will be masked. You will receive notification when someone replies to your post.
NOTE: we are slowly moving interesting forum posts to our Knowledge base so if you see posts deleted - you know where to find them.
Remember me Registration (Optional)
Forums -> ->
Reply | New topic

ActiveGreg

Postings: 19
New member
          
FileName info 15-02-2010 19:52
Is there any way to have the images of a webpage response download to the client system as well as the text info?

Can I set a parameter that tells the control where to download images?

____________________________________
Greg White

Reply with quote

woddrazen
WeOnlyDo! Technical support

Postings: 1352
Moderator
          
Re: FileName info 15-02-2010 20:02
Hi Greg,


You can save response you are receiving from server using HttpResponse object Filename Property. Inside Filename Property you can specify where you want to save server response.

Please make sure that you add Filename Property in your code before you make request using Get Method.

More help for Filename Property you can find here:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~HttpResponse~Filename.html

Let us know how it goes.


Regards,
Drazen

____________________________________
WeOnlyDo! Software - Internet Security Components
-----=== http://www.weonlydo.com ===-----

Reply with quote

ActiveGreg

Postings: 19
New member
          
Re: FileName info 15-02-2010 23:08
I don't think the images download. How do I get that to happen?

Quote:
Hi Greg,


You can save response you are receiving from server using HttpResponse object Filename Property. Inside Filename Property you can specify where you want to save server response.

Please make sure that you add Filename Property in your code before you make request using Get Method.

More help for Filename Property you can find here:
http://www.weonlydo.com/HttpDLX/Help/wodHttpDLXLib~HttpResponse~Filename.html

Let us know how it goes.


Regards,
Drazen


____________________________________
Greg White

Reply with quote

woddrazen
WeOnlyDo! Technical support

Postings: 1352
Moderator
          
Re: FileName info 15-02-2010 23:34
Greg,


If you want to download image you should make new request and download it.

Something like this:
Code:
http1.Response.FileName = "c:\weonlydo_banner.jpg"
http1.Get "http://www.weonlydo.com/Images/weonlydo_banner.jpg"



Drazen

____________________________________
WeOnlyDo! Software - Internet Security Components
-----=== http://www.weonlydo.com ===-----

Reply with quote
 
 
Copyright © 2001-2013 WeOnlyDo All Rights Reserved
Privacy statement     |     Terms of use     |     Refund policy