search

Home  >  Q&A  >  body text

js获取input file路径的问题

本来input file里面的路径是这样的:C:\Users\Administrator\Desktop\953025.sql 
然后通过js 获取后就变了: 
c:\fakepath\953025.sql 
怎么样才能获取到之前的那个绝对路径,希望能够适合所有的浏览器!!!!!

phpcn_u700phpcn_u7002866 days ago1108

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-10-01 00:02:33

    The problem of getting the input file path in js-PHP Chinese website Q&A-The problem of js getting the input file path-PHP Chinese website Q&A

    Just watch and learn.

    reply
    0
  • 巴扎黑

    巴扎黑2017-02-08 16:01:35

    由于安全问题,所有浏览器都不会让你拿到全路径的(IE可以通过设定改变)。 

    reply
    0
  • Cancelreply