Skip to content

Instantly share code, notes, and snippets.

@owrrpon
Created June 15, 2021 14:38
Show Gist options
  • Save owrrpon/59f2f626f7fcec792eea950a5552bdc1 to your computer and use it in GitHub Desktop.
Save owrrpon/59f2f626f7fcec792eea950a5552bdc1 to your computer and use it in GitHub Desktop.
File Uploader Parent Component TypeScript
file_upload_config = {
API: this.global_utilities.getAPI('file_upload'),
MIME_types_accepted: "application/pdf",
is_multiple_selection_allowed: true,
data: null
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment