<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DevX.com Forums - AJAX</title>
		<link>http://forums.devx.com</link>
		<description>Asynchronous Javascript And XML - Discuss the popular technology which allows dynamic content to be displayed without full page reload</description>
		<language>en</language>
		<lastBuildDate>Sun, 22 Nov 2009 04:02:22 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.devx.com/images/misc/rss.jpg</url>
			<title>DevX.com Forums - AJAX</title>
			<link>http://forums.devx.com</link>
		</image>
		<item>
			<title>upload file with ajax</title>
			<link>http://forums.devx.com/showthread.php?t=173350&amp;goto=newpost</link>
			<pubDate>Tue, 10 Nov 2009 15:21:36 GMT</pubDate>
			<description><![CDATA[Hi, I'm looking for a pure ajax (javascript) code for uploading a file to the server. This is, using an xhr (XMLHttpRequest) object and methods like (file).getAsBinary() and (xhr).sendAsBinary().

At the same time, I need the php code for the script that is invoqued with the xhr.open() method, to access the uploaded file.

If anyone can help me with this, I thank in advance very much.]]></description>
			<content:encoded><![CDATA[<div>Hi, I'm looking for a pure ajax (javascript) code for uploading a file to the server. This is, using an xhr (XMLHttpRequest) object and methods like (file).getAsBinary() and (xhr).sendAsBinary().<br />
<br />
At the same time, I need the php code for the script that is invoqued with the xhr.open() method, to access the uploaded file.<br />
<br />
If anyone can help me with this, I thank in advance very much.</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=156">AJAX</category>
			<dc:creator>ablaser</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173350</guid>
		</item>
		<item>
			<title>How to detect redirected requests in AJAX</title>
			<link>http://forums.devx.com/showthread.php?t=173348&amp;goto=newpost</link>
			<pubDate>Tue, 10 Nov 2009 05:59:22 GMT</pubDate>
			<description><![CDATA[Hi,

For Ajax request I send , if the session is timed out then server is responding with redirection response of "302".In such case my browser is doing a automatic redirection and giving the response of that redirection to my AJAX call.

The problem is I am not able to detect if the response I got is actual or redirected response.

I would like to know if it would be possible in AJAX to detect that the request has been redirected ( 302 response code ).

Thanks,
Sharath.]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
For Ajax request I send , if the session is timed out then server is responding with redirection response of &quot;302&quot;.In such case my browser is doing a automatic redirection and giving the response of that redirection to my AJAX call.<br />
<br />
The problem is I am not able to detect if the response I got is actual or redirected response.<br />
<br />
I would like to know if it would be possible in AJAX to detect that the request has been redirected ( 302 response code ).<br />
<br />
Thanks,<br />
Sharath.</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=156">AJAX</category>
			<dc:creator>sharathe</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173348</guid>
		</item>
		<item>
			<title>Get, show PDF, JPG, Video</title>
			<link>http://forums.devx.com/showthread.php?t=173310&amp;goto=newpost</link>
			<pubDate>Thu, 05 Nov 2009 08:42:01 GMT</pubDate>
			<description>Hi Forum,

we want shown some pages, documents on by on in fullscreen, without any user interaction.
This is a kind of digital signage application.

All of them are accesable via http:

1) http://.....any1.html 
2) http://.....any2.pdf
3) http://.....any3.jpg
4) http://.... any4.mp4


We have no problems with 1). But what about the rest ?
How insert the contents to be able later rotat over them ?

Thanks in advance,

Michel</description>
			<content:encoded><![CDATA[<div>Hi Forum,<br />
<br />
we want shown some pages, documents on by on in fullscreen, without any user interaction.<br />
This is a kind of digital signage application.<br />
<br />
All of them are accesable via http:<br />
<br />
1) <a rel="nofollow" href="http://.....any1.html" target="_blank">http://.....any1.html</a> <br />
2) <a rel="nofollow" href="http://.....any2.pdf" target="_blank">http://.....any2.pdf</a><br />
3) <a rel="nofollow" href="http://.....any3.jpg" target="_blank">http://.....any3.jpg</a><br />
4) <a rel="nofollow" href="http://." target="_blank">http://.</a>... any4.mp4<br />
<br />
<br />
We have no problems with 1). But what about the rest ?<br />
How insert the contents to be able later rotat over them ?<br />
<br />
Thanks in advance,<br />
<br />
Michel</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=156">AJAX</category>
			<dc:creator>Michel777</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173310</guid>
		</item>
		<item>
			<title>Limit to the number of consecutive AJAX calls?</title>
			<link>http://forums.devx.com/showthread.php?t=173298&amp;goto=newpost</link>
			<pubDate>Tue, 03 Nov 2009 15:57:55 GMT</pubDate>
			<description><![CDATA[Hello,

I've written an application in which I have 4 select boxes a, b, c, and d. When I make a selection on c, it has, in its onchange function, logic to automatically populate d, and when I make a selection on b, it has, in its onchange function, logic to automatically populate c and call c's onchange function, and so forth like this up to a.

So, when I make a selection on a, it automatically populates b, c, and d. The way it populates the boxes is using different AJAX calls.

When I select an option for a, though, b and c are populated but not d. d's onchange function is called, in which d makes an AJAX call to retrieve its data, but the AJAX call never finishes. The XMLHttpRequest object's ready state never makes it past 1.

However, if I make a selection on b (a's direct subordinate), everything works fine and d is populated correctly.

Any ideas on why this might happen this way? Is there some limit to the number of uses of an XMLHttpRequest object in a certain period of time?

Any suggestions would be helpful.

Thanks,
B.J.]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I've written an application in which I have 4 select boxes a, b, c, and d. When I make a selection on c, it has, in its onchange function, logic to automatically populate d, and when I make a selection on b, it has, in its onchange function, logic to automatically populate c and call c's onchange function, and so forth like this up to a.<br />
<br />
So, when I make a selection on a, it automatically populates b, c, and d. The way it populates the boxes is using different AJAX calls.<br />
<br />
When I select an option for a, though, b and c are populated but not d. d's onchange function is called, in which d makes an AJAX call to retrieve its data, but the AJAX call never finishes. The XMLHttpRequest object's ready state never makes it past 1.<br />
<br />
However, if I make a selection on b (a's direct subordinate), everything works fine and d is populated correctly.<br />
<br />
Any ideas on why this might happen this way? Is there some limit to the number of uses of an XMLHttpRequest object in a certain period of time?<br />
<br />
Any suggestions would be helpful.<br />
<br />
Thanks,<br />
B.J.</div>

]]></content:encoded>
			<category domain="http://forums.devx.com/forumdisplay.php?f=156">AJAX</category>
			<dc:creator>bhardage</dc:creator>
			<guid isPermaLink="true">http://forums.devx.com/showthread.php?t=173298</guid>
		</item>
	</channel>
</rss>
