988013: Need to include the changes in examples repository.#49
Merged
Indhumathy-Loganathan merged 3 commits intoSyncfusionExamples:masterfrom Jan 31, 2026
Merged
Conversation
Indhumathy-Loganathan
approved these changes
Jan 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature description
Task - 968370 - Resolve the improvements on File Manager directory upload feature.
Requirement and specification document
Feature scope and impact
Output screenshots/demos
Upload functionality using context menu,

Folder upload,

File upload,

After enabling

SequentialUploadproperty,Previous behavior or disabling the

SequentialUploadproperty,Access control functionality prevented File upload for specific folder,

Access control functionality prevented Folder upload for specific folder,

Feature matrix documentation
Testing coverage
Uploadrenders it's submenu itemsFilesandFoldersproperly.andFolders` menu items renders properly.Foldermenu item the file explorer opens with properly with folders alone without showing files.Filemenu item the file explorer opens with properly with files alone without giving a space to upload files.FileUploadSettings.DirectoryUploadtoFileManagerDirectoryUploadglobal variable.SequentialUploadproperty and ensured whether the files and folders are uploaded one by one.Uploadmethod in the provider end is triggering properly after the first file was uploaded.Uploadmethod triggers consecutively without enabling theSequentialUploadproperty.SequentialUploadto provider client end.SequentialUploadproperty.SequentialUploadfunctionality visibly.SequentialUploadfunctionality is enabled.AccessControlchanges is working without any exceptions in physical provider.AccessControlchanges is working without any exceptions in amazon s3 provider.AccessControlchanges is working without any exceptions in azure provider.FileUploadSettingsproperties.AutoCloseproperty.ChunkSizeproperty.Test cases and automation
Test bed sample location
Provide the test bed sample location for code reviewers to verify the feature's behavior.
Platform verification
Related components
Breaking changes
Performance verification
Reviewer Checklist