0
votes
How to display the progress of a server script in jQuery?
Without knowing how your server side code works it's hard to say. However, there are three stages to the process. Firstly you need to call a job creation script. This returns an id number and sets …
1
vote
How do I process a complex graphical UI element in a django form?
Your question is very vague so I suggest you read the Django documentation on writing a custom field and …
