Code: Select all
on mouseUp
put URL "~airstash_net/files/LiveCodeSample.txt" into field "text"
end mouseUp
Code: Select all
on mouseUp
put field "uploadfield" into URL "~airstash_net/files/02test.txt"
end mouseUp
Thanks for any thoughts,
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
put URL "~airstash_net/files/LiveCodeSample.txt" into field "text"
end mouseUp
Code: Select all
on mouseUp
put field "uploadfield" into URL "~airstash_net/files/02test.txt"
end mouseUp