I am using ng2-file-upload Plugin i need to change request method to POST but its showing option
public uploader: FileUploader = new FileUploader({
url: URL,
disableMultipart : false,
autoUpload: true,
method: 'post',
itemAlias: 'attachment',
allowedFileType: ['image', 'pdf']
});
Request URL: http://1.0.0.188:8080/Auto/upload/data/mandateupload Request Method: OPTIONS Status Code: 403 Remote Address: 10.44.1.7:8080 Referrer Policy: no-referrer-when-downgrade