Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: filling blanks on www-sites
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filling blanks on www-sites



>> Or if you just want to submit the page with some values, use the internet
>> scripting addition and say (something like)
>>
>> Upload "server.domain.mypage.html?key=value&nextkey=nextValue"

> This would be probably enough for me, but i cannot find this internet
> scripting addition. Do you know where i can download it? Do you know
> whether it works on OS X ?
> I found some notes about it, and from these notes it seems that it works
> only with OS 8.1 or earlier.

It is very poorly documented, IMHO.

It is a standard distribution, present under 8-9 and X. It is not a
scripting addition, but rather a scriptable app. But you can find it in the
scripting additions folder. Under X, this is in
/System/Library/ScriptingAdditions/URL Access Scripting

You call it by saying

tell application "URL Access Scripting"
set myURL to "http://yourhostpath/folder/file.php?SID=12345678";
download myURL to "desired:folder:file" replacing yes with progress
end tell


Under X, you have the option to use the command line function "curl"
(learn more by typing man curl in a terminal session).
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >filling blanks on www-sites (From: email@hidden (Gerd))



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.