Tagged Questions

0
votes
1answer
42 views

How to set/delete cross domain cookie?

I need to delete cookie on another domain (controlled by me) without reloading page and opening new window. I'm trying: var XHR = window.XDomainRequest || window.XMLHttpRequest var ...
0
votes
1answer
1k views

AJAX upload in Python (WSGI) without Flash/Silverlight, with progress bar

I am looking for a pure Javascript/Python upload example, that uses server polling instead of client-side SWF to display upload progress (like the one on rapidshare.com for example) Currently, ...