Hey,
Here is the situation:
-
I have a Data Type named
Folder
, that has 2 fieldsName
(text) andFiles
(list of files). -
I have a multifile uploader that when
Multifile Uploader´s value changes
, I make changes toThis Folder´s files
and addThis Multifile Uploader´s value
. It adds all the files to the Folder.
And this works great. But the thing is that the file´s names are normally something like 2rsR3f-hepU.jpg
. So I need to change the file name.
I tried having a custom multi file uploader with a RG (repeating group) and and input
(to change the file name) and save button
on every cell that adds that file
to the Folder
with the :saved to s3
operator and file name to Input´s value
, but it didn´t worked.
I don´t know anything about code, but I think renaming files that are already uploaded can be done.
So, does anyone know how can I make this work? Even if the user has to upload each file separately (but it´s better to upload many files)?
Thanks in advance