upload completed with new Fetch...

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?

The Fetch 5 Dictionary, a least the version we have here doesn’t show a “complete” boolean. (or did I miss something?) Is complete a return from a command? You don’t show the commands you use to commence the transfer, so tough to know.

If it is a return from a command then: set done to (the command), then test done.