You can now do file uploads using Liveform. You just need two things to be able to upload files.
- Make sure your form has an attribute
enctype="multipart/form-data"
- Add a file field e.g.
<input type=file name=resume />
That’s it, once you have those, files can be uploaded through your forms.