problems with input type=file in a repeatable field #845
Unanswered
linpi1
asked this question in
Extention Issues
Replies: 1 comment 1 reply
-
Using the file field type in a repeatable field will never work out the box, JCB does not do anything to make those fields work, you need to do the work. Watch this tutorial of the normal "not repeatable field" implementation, and then adjust for your use-case. There is also a drag and drop option which will work better for multiple files. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use a field type=file in a repeatable field. When I select a file to upload, in the json string of the repeatable field, in the "upload file field", there is only:
C:\\fakepath\\file-name
After saving, the path
C:\\fakepath\\
block the admin view as well, therefore I removed this (windows) C:\fakepath.That means there is no file in /tmp as usual, to be able to move it to the destination.
Has anyone an idea to overcome this problem be able to upload a file in a repeatable field ?
Beta Was this translation helpful? Give feedback.
All reactions