FileUpload temporaryUrl()
I have a file upload in a wizard. It's in the second step and I want to use the temporaryUrl in the third step, but I can't figure out how to grab it. Probably something simple, but still figuring out the setup here.
2 Replies
I think it’s still just a single form so you should be able to get the state of the FileUpload with $get()
Or $set() the field state in the next step.
Might need to use traversal though. Ie $get(‘../file_field_name’)
Ok will give that a shot thanks