I want to enable only one user at a time, to edit a file.
File would be edited through either tinyMCE or another WYSIWYG editor.
Example:
When User A is editing file f, user B will have to wait for User A to come out of editing.
How can I make this work?