item.isError is always true but confused what is exact error and also file is not being uploaded #1093
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
here is my code
public uploader:FileUploader = new FileUploader({url: URL,
headers: [{name:'Accept', value:'application/json'}],
disableMultipart:true,autoUpload:false});
and I am getting the following response
Object { url: "http://localhost/softwebitech-CodeIgniter/index.php/fileupload", headers: [], withCredentials: false, formData: [], isReady: false, isUploading: false, isUploaded: true, isSuccess: false, isCancel: false, isError: true, … }
and I am using CodeIgniter upload for api
I have same problem. I'm using angular 6. How did you fix it?
I am also facing the same issue. I am using Angular 5. Please respond.