[flexcoders] Re: html form issue in adobe air?

2011-08-19 Thread valdhor
Rather than embed an HTML page, create a Flex form to do the File upload

--- In flexcoders@yahoogroups.com, markflex2007 markflex2007@... wrote:

 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
  trtdinput type=file name=image Size=30/td/tr
  trtdinput 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
 





[flexcoders] Re: html form issue in adobe air?

2011-08-11 Thread markflex2007
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
   trtdinput type=file name=image Size=30/td/tr
   trtdinput 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