3.2.0

how to create input type=file for upload file

how to create input type=file for upload file
nicola
June 28,
var obj = new AW.HTML.INPUT;
obj.setAttribute("type", "file");
document.write(obj);
Alex (ActiveWidgets)
June 30,
Thanks for the update.
nicola
July 1,

This topic is archived.

See also:


Back to support forum