Apologies for our docs typo! We have a PR out to fix that up so it should be resolved shortly.
Unfortunately we do not offer any shortcut to convert an UploadedFile to a string. It is a file-like object so you would first have to read the contents and then decode it in order to create a StringIO object.