0

How can I customize the file explorer window when I try to upload files?

Or maybe something that can get the files from the user side. I'm thinking of doing the same with the Share It app that can display all files from user side.

explorer

MasterMind
  • 884
  • 8
  • 21

1 Answers1

0

You can provide specific folder for the file explorer window to open when you try to upload files. You can refer and try one. This has several security concerns and works fine for local. You will have no idea about the specified directory when on server and hence my suggestion would be to leave it up to the user to explore and choose one.

Or maybe something that can get the files from the user side

You can try drag and drop approach to provide a convenient file upload user experience.

Other than these, you cannot perform any other customization like design changes.

Deepak
  • 2,660
  • 2
  • 8
  • 23
  • Thank you for your answer @Deepak, I know this idea of mine is crazy, but can you help me how can we pass by the security ? – stranger_cool Jan 25 '21 at 08:13
  • Or plugins we can use to change the file explorer design when trying to upload files. – stranger_cool Jan 25 '21 at 08:15
  • Hi @stranger_cool, No you cannot modify the window of other users, as we do not know what OS they use, and the customization is strictly restricted to the persons having access to that PC(OS). Hope this helps. – Deepak Jan 25 '21 at 08:37