2010-01-29 01:52:16 CET by
https://sourceforge.net/users/nutworx/
Hello!
In my form I have file inputs (input type="file") that contain this:
onchange="return validateFileExtension(this)"
When I press the "x" button to delete the current value the new file
input that is created does not contain the "onchange" at all.
How can I add the above in the recreated file inputs? Is there a way
to do it in the cfe.module.file.js?
I would also like to have this in the new file inputs: title="Click to
choose file..."
I would appreciate any help,
Thanks!