I am using the “jimp-watermark” NPM backend package, which takes an input of a image url and creates a watermark on it and then saves it as another image. If you don’t provide the destination path as an input variable it will default to " ./watermark.jpg" as the location.
Now I expected this to fail, because I didn’t expect it to have rights to create the file, but it reports that it successfully created the file. However, I can’t find the file…
I tried:
http://www.mysite.com/ watermark.jpg
http://www.mysite.com/media/ watermark.jpg
http://www.mysite.com/files/ watermark.jpg
Any ideas how I can figure out where it created the file…
David