saving image file from other site, with javascript
I've done it before on PHP, 开发者_开发百科but now i need do this on javascript. As far as i know, ajax works with only yourself hosts..
The only way to to this (cross-domain) is with the help of a server script. Why don't you just send POST data to your server-script, and have that script read and save the off-site image.
精彩评论