Upload files

PHOTO EMBED

Tue Mar 30 2021 05:38:12 GMT+0000 (Coordinated Universal Time)

Saved by @shubham75089 #html #vue.js

<form enctype='multipart/form-data'>
      <h1>
        Upload files
      </h1>
      <input type='file' name='photo' @change="filesChange($event.target.name, $event.target.files)">
</form>
content_copyCOPY

Creates a form where one can upload the files at the client side