Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 445 Bytes

File metadata and controls

17 lines (9 loc) · 445 Bytes
  • function for select file using javascript 'input'

  • select file from 'd:\ccc.axm'

  • can't read selected file
    I selected the d:\ccc.axm file, but javascript does not send the real path for security reasons, but sends the file binary through 'fake path'.

  • I don't have 'c:\fakepath\ccc.axm'