Update docs/en/Community-Articles/2023-10-09-How-to-Upload-and-Download-Files-in-the-ABP-Framework-using-Angular/POST.md

Co-authored-by: Qingxiao Ren <1829209+rqx110@users.noreply.github.com>
pull/17827/head
Mahmut Gundogdu 2 years ago committed by GitHub
parent bdfb436d17
commit 5619537326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,7 @@ storageService.uploadFileByFile(myFormData).subscribe()
inputFile type is File. Most case it come from `<input type="File">` File is belong to Javacsript Web Api. see the detail https://developer.mozilla.org/en-US/docs/Web/API/File
Let's contine with "download"
Let's continue with "download"
```javascript

Loading…
Cancel
Save