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