Hi Josep,
You can't post to a URL just like that, thinking that you're going to
upload the data. If you use the post url command, you need to use a
URL that points to a CGI script that can handle the data.
Assuming you don't have such a CGI, you probably want to use FTP to
upload the data. You'll need the following syntax:
put fld "f_web" into url "ftp://user:[EMAIL PROTECTED]/file.xyz"
Best regards,
Mark Schonewille
--
Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
A large collection of scripts for HyperCard, Revolution, SuperCard and
other programming languages can be found at http://runrev.info
On 15 mrt 2008, at 09:38, Josep wrote:
Hi,
I trying to update text content from a web page directly, well..
put field f_url into tURL -- get the URL from a field text
get URL tURL -- get the content of the URL
put it into field f_web -- put the HTML code into field text to
modify,
search and replace, etc..
post field "f_web" to URL tURL -- ?? nothing happen
It's correct,... ? I'm not sure if this is the best way to do this,
I need a
easy tool to update some pages directly without modify from a html
editor...
Any hint?
Cheers,
Josep M
--
View this message in context:
http://www.nabble.com/Update-web-page-directly-tp16065729p16065729.html
Sent from the Revolution - User mailing list archive at Nabble.com.
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution