I have a box.net account and I want to be able to upload a file to my own account via a Javascript script I'm writing (which is collating data as JSON). I also wouldn't mind doing this via PHP by AJAXing the data to a PHP script.
The problem is I can't really work out how to do it, after some extensive searching. All I seem to find is ways to d via apps with user-based web authentication to get an auth token, but I don't want there to be any human interaction with my script.