a file from the internet,
Code: Select all
on mouseUp
answer "Your Download will start in just a moment"
put fld "S3File" into tURL
launch url tURL
--also tried revGoURL, load URL, ect, to no avail, so it is obvious that this functionality does not yet exist,
end mouseUp
is there a simple method of downloading a file from a URL to the users computer or browser ect, any easy way to get that file to the user.
Tim