We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In the front-end
Upload.upload({ url: 'wp-json/wp/v2/media', method: 'POST', file: file, headers: { "Content-Disposition": "attachment; filename=file-name.png", "Content-Type": "image/png", "Data-Binary": "file-name.png" })