Hi, I have a problem.
I try send some img from one page (data:image/jpeg;base64) to my php
script on serwer, script write this data to txt file. But wen I send
this data to my txt file I see strange code. I wrote that this header
headers: {
"Content-Type": "application/x-www-form-urlencoded"
},
may change "+" to space and other unwanted stuff. What headers I
should use? I try palin/text but this dont work on GM.
I want only send this data to file, open file, copy this data to
browser and see image, but now nothing happend, data are not correct.
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.