Save uploaded files in draft entries #303
-
I'm building a website in Next js that uses the save for later function in an extended formulary. When I submit an entry, it saves the uploaded files correctly. But when the entry is saved as a draft, the array for 'fileUploadValues' always comes back empty. I query them using the return Token. Is this action not supported yet for a draft or maybe I'm doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @gmanu93 - is your File Upload field for single file uploads, or multiple?
If you're using a Multi-file upload and still not getting the draft values back, please open a bug report, so we can get it fixed 😎 |
Beta Was this translation helpful? Give feedback.
Hey @gmanu93 - is your File Upload field for single file uploads, or multiple?
From GF's documentation:
If you're using a Multi-file upload and still not getting the draft values back, please open a bug report, so we can get it fixed 😎