Hi,
I was using the new version of Ferris (Ferris 3) since it is easier to create and API with the "hvild". One of the things we managed with the previous version of Ferris was the upload of files, with the new version since all the requests are made through AJAX sending the file always gives an error. To achieve this I have a method that first return the url for the upload and then doing a POST through AJAX to that url. This always gives the following error:
ValueError("No JSON object could be decoded")
What is the best way to upload files using the new structure from Ferris.
Thanks in advance for the help,