Rename a file before or after upload

Hey,

Here is the situation:

  • I have a Data Type named Folder, that has 2 fields Name (text) and Files (list of files).

  • I have a multifile uploader that when Multifile Uploader´s value changes, I make changes to This Folder´s files and add This 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 :slightly_smiling_face: :computer:

Try using this Plugin:

It’s got a file name field that you can customize during the upload.
You need not crop or zoom the images :slight_smile:

Cheers,
Ranjit | Blur Apps

Thanks, @blurapps.

I was looking for a more “native” solution.

Hope Bubble take a look at this.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.