apple2
Tue 2 October 2007, 09:53 am GMT +0300
It looks like it is possible with setting the header and possibly encoding the image with jscript.
After a few hours my head just got fuzzier.
I'm trying to do it raw or without Ajax since it looks like Ajax uses those methods above anyway.
Please correct me if wrong of course.
req=new XMLHttpRequest or ActiveXObject("Msxml2.XMLHTTP") or ActiveXObject("Microsoft.XMLHTTP");
params are the parameters to send a post this way.
params = 'var1=value1&var2=value2'
req.send(params)
But little is explained about images. if anyone knows please post as it is an alternative to hidden iframe
This saves some issues with the iframes php page to do it this way.
After a few hours my head just got fuzzier.
I'm trying to do it raw or without Ajax since it looks like Ajax uses those methods above anyway.
Please correct me if wrong of course.
req=new XMLHttpRequest or ActiveXObject("Msxml2.XMLHTTP") or ActiveXObject("Microsoft.XMLHTTP");
params are the parameters to send a post this way.
params = 'var1=value1&var2=value2'
req.send(params)
But little is explained about images. if anyone knows please post as it is an alternative to hidden iframe
This saves some issues with the iframes php page to do it this way.
