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

Add customUpload property to FileUpload #1008

Closed
mertsincan opened this issue Sep 9, 2019 · 0 comments
Closed

Add customUpload property to FileUpload #1008

mertsincan opened this issue Sep 9, 2019 · 0 comments
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@mertsincan
Copy link
Member

Uploading implementation can be overriden by enabling customUpload property and defining a custom upload handler event.

<FileUpload name="demo[]" url="./upload" customUpload={true} uploadHandler={this.myUploader} />

myUploader(event) {
    //event.files == files to upload
}
@mertsincan mertsincan added the Type: New Feature Issue contains a new feature or new component request label Sep 9, 2019
@mertsincan mertsincan added this to the 3.2.0 milestone Sep 9, 2019
@mertsincan mertsincan self-assigned this Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

1 participant