I have found that with Cappuccino the only way to send files from user to server is using the UploadButton class from https://github.com/MCF/FileUpload
The problem is that UploadButton creates a new form for each file. I need to send two files and 5 textfields in a single POST request.
Is it possible with Cappuccino?