UKHomeOffice-attic / hof

Home Office Forms
GNU General Public License v2.0
14 stars 6 forks source link

File upload field #97

Open JoeChapman opened 8 years ago

JoeChapman commented 8 years ago

As a user I would like to be able to upload and save a document with HOF

easternbloc commented 8 years ago

@JoeChapman any ideas on the save aspect of this?

JoeChapman commented 8 years ago

We have a use case that requires a document be attached to the email that is sent at the end of the users' session. Therefore, we would need to be able to store the document for the duration of the session. There are ways to store documents in redis, however, this represents other challenges

JoeChapman commented 8 years ago

There is also: https://github.com/grimen/node-document, which lists a number of adapters