Skip to content
New issue

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

Make url optional #1257

Open
DzmVasileusky opened this issue Jul 11, 2023 · 0 comments
Open

Make url optional #1257

DzmVasileusky opened this issue Jul 11, 2023 · 0 comments

Comments

@DzmVasileusky
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant