You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The browser, and as a result Ronin, does not have access to the file system, the image path is the name of any file "uploaded" aka dragged and dropped into Ronin.
The simplest way to get the path into your ronin script is to use the $path helper and then drop in your image.
(echo $path) gets converted to (echo "image.png") after an image is dragged into the window.
Hi
I'm trying to open an mage from my laptop onto the html window.
I have a feeling this is a coding newbie issue.
Basically it tells me that it can't find the file or understand the file path.
Any ideas?
I've also tried to open an image [^U], but there is no response/change.
The text was updated successfully, but these errors were encountered: