Rank: Member Groups: Member
Joined: 11/15/2007 Posts: 26
|
Hi, There's a strange error when you look at the FireFox Error Console. I get a similar message like "Item not found" http://mywebsite/eo_web.ashx?id=blablabla&uploader_data=blabla...
I made some tests with your online demo, and I get the same problems.
Stan.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Stan,
The link is used by our uploader to post the file data, normally the post request itself would return a response to the client, but in the case of the AJAX Uploader, the status is acquired by separate AJAX calls. Thus that particular Url does not return any response and FireFox thinks it sees a problem. In fact there is no problem. Nevertheless, we should be able to change our code so that FireFox won't display that message.
Thanks
|