Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 471 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 471 Bytes

Fix filenames of files selected via fileInput()

When selecting files using a fileInput(), the filenames of the selected files are not retained. This is not usually a problem because usually you only care about the contents of a file and not its name. But sometimes you may actually need to know the original name of each selected file. This example shows how to write a simple function fixUploadedFilesNames() to rename uploaded files back to their original names.