How to get full path of selected file on change of <input type=‘file’> using javascript, jquery-ajax?

后端 未结 11 2573
谎友^
谎友^ 2020-11-21 04:36

How to get full path of file while selecting file using




        
11条回答
  •  无人共我
    2020-11-21 05:22

    you should never do so... and I think trying it in latest browsers is useless(from what I know)... all latest browsers on the other hand, will not allow this...

    some other links that you can go through, to find a workaround like getting the value serverside, but not in clientside(javascript)

    Full path from file input using jQuery
    How to get the file path from HTML input form in Firefox 3

提交回复
热议问题