hello,
i have this script…
tell application "Fetch"
if completed is true then
tell Application "Safari"
activate
open location "http://........html"
end tell
end if
end tell
but this says it cant get completed. i checked the fetch library and it shows this command exists. I just want to monitor when the upload finishes. so, for example if i have a huge folder of images that i upload, i want the folder to finish uploaded and when its done, i want to open the website to view the photos. am i on the right track?