0
How it would be possible to rename files of the same format but with different names (for example: Images) to a sequential pattern ?
Example:
Of
titulo-capa.jpg | foto-perfil.jpg | background.jpg
To
imagem01.jpg | imagem02.jpg | imagem03.jpg
Does anyone know of a library/code/extension (JS/Jquery) that allows me to do this ?
Try to use
node.js
as described in that post by the international community– Leonardo Alves Machado
angularjs
it certainly does not serve for this, with js via browser, I think it is not possible, but you can upload the photos and download them with a different name, but would go to the folder configured in the browser (usually,downloads
) and would not delete the original files– Costamilam