Tagged Questions
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, ...