:: Forum >>

how to create input type=file for upload file

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

This topic is archived.


Back to support forum

Forum search