Simple question really
./manage.py runserver
Can I slow down localhost:8000 on my development machine so I can simulate file uploads and work on the look and feel of ajax uploading?
|
|
depending on where you want to simulate such you could simply sleep?
|
|||||||||
|
|
On osx or freebds, you can use
Do not forget to delete it when you do not need it anymore:
For osx there is also free app that will allow this: |
||||
|
|
You could write a customized upload handler or subclass current upload handler to mainly slow down |
||||
|
|
|
I'm a big fan of the Charles HTTP Proxy. It lets you throttle the connection and can simulate all sorts of network conditions. |
|||
|
|