We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are using ng2-file-upload with a custom upload handler like this:
this.docUploader.onAfterAddingFile = this.handleFileUpload.bind(this); this.docUploader.onWhenAddingFileFailed = this.handleFileUploadErrors.bind(this);
private handleFileUpload (fileItem: FileItem) { ... convert to Base64 and add to the form model }
So we don't need an automatic upload to an url which is required in version 4 and was optional in version 1.
There is a simple PR which I hope will be merged finally #1239
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are using ng2-file-upload with a custom upload handler like this:
So we don't need an automatic upload to an url which is required in version 4 and was optional in version 1.
There is a simple PR which I hope will be merged finally
#1239
The text was updated successfully, but these errors were encountered: