this is same question like this. no answer now. http://stackoverflow.com/questions/886380/html-input-type-file-in-adobe-air-does-not-present-file-browser
Mark --- In flexcoders@yahoogroups.com, "markflex2007" <markflex2007@...> wrote: > > I embed a html page in air > > <mx:HTML location="http://192.168.100.2/upload1/test.php" width="100%" > height="100%" /> > > I use the html page to upload file. > > <form name="newad" method="post" enctype="multipart/form-data" action=""> > <table> > <tr><td><input type="file" name="image" Size="30"></td></tr> > <tr><td><input name="Submit" type="submit" value="Upload > image"></td></tr> > </table> > > but I can not see the file input box(just a button) in the air application. > > it seems the html page looks different when it embed in adobe air. > > how to keep it looks same with browser. > > Thanks for help > > Mark >