pingdotgg / uploadthing

File uploads for modern web devs
https://uploadthing.com
MIT License
4.13k stars 305 forks source link

feat: Ability to export multiple images as a CSV or JSON #842

Closed gbrrrl-no closed 4 months ago

gbrrrl-no commented 4 months ago

Describe the feature you'd like to request

When browsing through multiple files in a project there's not easy way to just export all the files data. It'd be really nice to be able to get all the files names, links and sizes with a simples export button.

Describe the solution you'd like to see

As of right now there already is a "select row" function used to delete many files at once. The solution I see is to use the same feature, but adding a "Export" menu item right above "Delete files".

Additional information

No response

๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ Contributing

markflorkowski commented 4 months ago

To confirm, you are not trying to download the actual files, just their data? ie what is shown in the table?

markflorkowski commented 4 months ago

Assuming that was the case, this feature is now available in the dash. image