Hello, I am using RubyAMF to save information to the database. The FileReference.upload method is causing some issues because logically I would like to pass the File information with other information rather than just using upload().
That being said, is there any way to convert FileReference data to Base64, I am assuming all file types are able to be encoded in base64, is that correct? Any help would be appreciated! If not base64, any other way to do it would be great, just need some way that I dont have to use FileRef.upload! thanks!

