Skip to content

SEO-199953--JavaScript-FileExplorer-Alt-text-missing #528

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

Open
wants to merge 2 commits into
base: hotfix/hotfix-v29.1.33
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions js/FileExplorer/Accessing-Shared-Folder.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Accessing shared folder | FileExplorer | Javascript | Syncfusion
description: Accessing shared folder option in FileExplorer
title: Accessing shared folder in JavaScript FileExplorer | Syncfusion
description: Learn here about Accessing shared folder with Syncfusion Essential JavaScript FileExplorer control, its elements, and more.
platform: js
control: FileExplorer
documentation: UG
keywords: Accessing shared folder
api: /api/js/ejfileexplorer
---

# Accessing shared folder
# Accessing shared folder in JavaScript FileExplorer

Using “FileExplorer”, you can manage the files that are available in a shared folder of another system which is connected through LAN. Refer following steps, here you will see the details about accessing the shared folder with FileExplorer.

Expand Down Expand Up @@ -44,5 +44,5 @@ N> In above code block, please specify the action method and shared folder path

If shared folder is restricted with authentication, that time you are not able to access this folder using our FileExplorer. Here you will get an exception like “**System.UnauthorizedAccessException, Please add your windows credential details to open '\\server\'**”. In order to solve this problem, you have to add the shared folder credential details in the windows credential manager that is available in your service hosted machine.

![](Accessingsharedfolder_images/Accessingsharedfolder_img1.jpeg)
![Accessing Shared Folder in JavaScript FileExplorer.](image/accessingsharedfolder/accessingsharedfolder-in-javascript-fileexplorer.jpeg)