Working with files from a third party application in Podio is a pain.
The application i'm making is a replacement for the webform Podio provides.
In some of these webforms, i need the end-user to upload up to 5 or 6 files.
As of right now, you have to make 2 requests per file uploaded to Podio. 1 request to upload the file, and another to attach the file to the item you have created.
This is constantly hitting the PodioRateLimit.
What would be easier, is to compile all the files into 1 array and then upload and attach that.
If this is already possible please provide documentation.