[Upload] Upload hình ảnh file - duyit2405/portal-app GitHub Wiki

Request

  • Method: POST

  • URL: /Upload.ashx

  • FULL URL WITH SERVER: http://vsn.thenhan.com/Upload.ashx

  • Header: Authorization: Bearer {access token} Content-Type:multipart/form-data

  • Description: Upload một file/hình ảnh

  • Note For Response:

Parameter URL: N/A

  • Response: N/A.

{
  "files":[
         {
            "error":"",
            "fileName": "download (2).jpg",
            "size":104336,
            "tempName":"201710072140276514.jpg"
         }
        ]
}


```json