why save("image.jpg") method of core.rar library does not working in browser.????

in processing skect with java mode

Answers

  • What exact error are you getting? Are you talking about deploying as an applet?

    Without knowing any more details, I would guess it's because you need to specify permissions for your applet. Applets can't just save stuff to the harddrive without the user's permission.

  • I already answered in the other thread you make. So I close this duplicate thread.

    You cannot just write to a server, for obvious security reasons. You have to communicate with it to give it a file, so it stores it for you.

This discussion has been closed.