Download content from any URL and upload to IPFS (max {{ status.remoteFileLimit }})
Use curl to upload files from your terminal:
curl -X POST -F "[email protected]" {{ currentUrl }}/upload
Replace yourfile.pdf with your file path
Uploading to IPFS...
Your file is being distributed across the anonymous network
{{ result.message }}
Your file has been successfully uploaded to IPFS
File Name
{{ result.fileName }}
File Size
{{ result.size }}
MIME Type
{{ result.mimeType }}
Media Type
{{ result.fileType }} file
Content Identifier (CID)
{{ result.cid }}
SHA-256 Hash
{{ result.sha256 }}
Upload Time
{{ new Date(result.uploaded * 1000).toLocaleString() }}
{{ result.message }}
Please try uploading your file again