is it possible to preview local images before uploading them via a form?

前端 未结 6 973
不思量自难忘°
不思量自难忘° 2020-12-02 21:07

To be more specific, I want to use a form with one or more file input fields used for images. When those fields are changed, I\'d like to show a preview of the associated im

6条回答
  •  情深已故
    2020-12-02 21:44

    JavaScript has no access to the local file system for security purposes, period.

提交回复
热议问题