I want to change the filename in the input file object with JS. Reading the filenaname works.
var x = document.getElementById("myFile").files[0];
alert( x.name);
We can change the filename and write back?
Many thanks for your help.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I want to change the filename in the input file object with JS. Reading the filenaname works.
var x = document.getElementById("myFile").files[0];
alert( x.name);
We can change the filename and write back?
Many thanks for your help.