Basically when you send the requesttext for the PERSONAL folder, you are effectively doing a "change directory" to the player's personaluploads folder. This is the one directory that can be read and written to without being authorised with Client-RC. They are sorted by account name, for example,
personaluploads/Sk/Skyld/. You then call the
selectfileforupload() function and a dialog box appears asking the user to select a file. The file is automatically dropped into the player's personaluploads folder and the
onFileUploaded() event is called. You can then
movefile() the file somewhere.
It's pretty straight-forward.
