Storing the image from an HTML input file form locally

后端 未结 4 1919
忘掉有多难
忘掉有多难 2021-01-05 20:36

I was wondering if it is possible to store the image from


locally. Would I have to store the imag

4条回答
  •  半阙折子戏
    2021-01-05 20:53

    If you want to get the file name, or even display the image, you can do that using the File API (on browsers that support it). The path is not available for security reasons.

提交回复
热议问题