Upload file
Learn how to upload files to LinkedDataHub
- Click the Create dropdown on the bottom of the page
- Click on File in the drop-down list that appears
- Fill out the mandatory File fields in the form:
- FileName
- Select file from your filesystem
- Title
- Enter file title
- Title
- Enter document title
- Click Save
See how below:
Replace owner_cert_password with its value from the .env file and execute the following command:
create-file.sh \ -b "https://localhost:4443/" \ -f ./ssl/owner/cert.pem \ -p "$owner_cert_password" \ --title "$title" \ --file "$filename" \ --file-content-type "$content_type"