- In situations where a user is creating a new record, providing the option to upload a file to that record becomes tricky because the record must be saved before uploading a file. Traditionally I have solved this one of two ways
Hiding the file upload option until a user clicks a button that triggers a save action, but this makes uploading a file a 2 step process - not the best user experience.
I thought I would put this out to other Skuid wizards to see if anyone has come up with a more elegant solution to this tricky scenario.