URL Shortener Logo

API Project: File Analyser - php5

User Stories:

  1. I can submit a Form object that includes a file upload.
  2. When I submit something, I will receive file infos within the JSON response.

Upload a File:

Example output:

{ "name": "example.txt", "type": "text/plain", "size": "1284" }