Starting to Use HTML5 for a Tool Box
Posted: Fri Nov 20, 2020 3:23 am
local sImage
on mouseup
put the long ID of image "tImage" into sImage
set the defaultFolder to "/home/devhap/public_html/media/stories/Test - Story"
set the filename of sImage to "/01-sadyojata.jpg"
end mouseup
Is the method for getting a path / setting a default folder...

Its getting to the image

on mouseup
put the long ID of image "tImage" into sImage
set the defaultFolder to "/home/devhap/public_html/media/stories/Test - Story"
set the filename of sImage to "/01-sadyojata.jpg"
end mouseup
Is the method for getting a path / setting a default folder...

Its getting to the image
