Hey all.
I'm working on a scaffolding form that would allow a content user to create a Request for Proposal (RFP) document that web users can view. One of the fields required for the scaffolding form is a document upload control so that the Content Author can upload a file (e.g.) a PDF for the web user to download that contains some detailed information.
In my work in trying to figure this out, I've determined that there is a field with an xtype set to "html5fileuploadfield" that will make the field appear in the form...but nothing happens with it other than showing the explorer dialog box after hitting the "Browse..." button.
What other configuration would need to be done (in terms of additional properties and such) in order to get this thing working properly?
Thanks.