Questions tagged [file-browser]

a computer program that provides a user interface to manage files and folders.

210 questions
0
votes
1 answer

ASP.NET Server Image browser

I am developing e-Shop with ASP.NET. In admin panel when moderator wants to define image for products I want to let him to upload a ZIP file that contains all his desired images. I did that but now I am looking for a control or sample that let user…
Shahin
  • 12,543
  • 39
  • 127
  • 205
0
votes
2 answers

How to travel to specific file path when Chrome browser asks for a file without using Selenium(third party libraries)

me here trying to find out how to achieve the next: I am actually using Selenium to drive trough webpages but when I want to upload some images in any webpage the "Open"(Abrir because in spanish) file browser opens up and I want to know how to…
RedEye
  • 205
  • 1
  • 2
  • 6
0
votes
0 answers

Problems with charset conversion when uploading files using File Browser in Oracle Apex 22

I'm uploading a text file using "File Browser" field that by default, is storing the content in a BLOB column of the apex_application_temp_files table. The text file has some special characteres like "çéãôáó" but the special char has not been…
0
votes
0 answers

Filebrowser login api is failing

I have created a new database.db with config init and set the auth.method to proxy with auth headers. I have SSO login for the application with custom based header passing the username on headers and redirected the filebrowser URL but the POST API…
0
votes
1 answer

Is there any way to upload and load Images/.txt file in unity during Runtime? not in Editor mode?

Is there any way to upload and load Images/.txt file in unity during Runtime? not in Editor mode? I just discovered that the openfile I'm using only runs in Editor mode. I tried using Application.opn url and process.start (explorer.exe but I can't…
0
votes
1 answer

How do I get a RadioButton to switch values when I use FileBrowse (to the option associated with the file selected) in PySimpleGUI?

There's an input section where the user selects a file. The default value is the first radio button (a simple file path string) and the "Use specified file" is the second radio button. I would like to have the radio button selection jump down from…
0
votes
1 answer

How to access the repeat variable in lf file browser?

In lf file browser, if I for example press "4" and "j", the file browser jumps 4 steps down from the selected file to select another file 4 steps below, just like moving the cursor in vi. Now if I want to create a directory I can map the following…
Joel Sahlin
  • 51
  • 1
  • 7
0
votes
1 answer

Is there a good SharePoint file browser for React v18?

I have been using @microsoft/file-browser (which is an unmaintained, closed source, multiple years old package for react 16.x) for some time now. Now I have started a new project using React 18 and can not find any good file browsers. My goal is to…
0
votes
1 answer

MouseClick Event on PyQt Folder Tree

I have coded out a small application using PyQt5. The application gives a tree view of all folders in the computer plus a lineEditd where the user can type things: import sys from PyQt5.QtWidgets import ( QMainWindow, QApplication, …
温泽海
  • 216
  • 3
  • 16
0
votes
1 answer

Unity3d Android How to open native file manager

i'm trying to save a custom file on my android device with Unity3d but i'm looking for a way that opens the native file browser so that the user can decide where to save the file. How can i do that? the file is a json with a custom extention.
Alessandro Zago
  • 793
  • 3
  • 12
  • 33
0
votes
1 answer

Create WPF windows explorer tree view with checkbox

I'm trying to create a WPF windows explorer tree view file browser with check boxes for select multiple files. Check boxes should view only for the files. Like this enter image description here I don`t have a lot experience in WPF it quite difficult…
0
votes
1 answer

Merge directory listing for 2 different folders nginx

I have 2 folders like folder-a and folder-b and they are shown as part of the Nginx file explorer. I have my Nginx file below. I have a problem statement like folder-a and folder-b sometimes share common sub-directory with different content…
Hacker
  • 7,798
  • 19
  • 84
  • 154
0
votes
1 answer

SHARE INTENT Intent.createChooser: How to display all installed file browser apps?

I want to display all installed file browser apps when the user press a button "browse files" in my app, but without passing it any file, I just want to open a file browser. Also I don't want to wait for a file chooser or any other result. I just…
0
votes
1 answer

How to change a file's extension to something else?

I downloaded an .R file from a zoom chat on desktop to open in Rstudio later. Well, the .R extension was not part of the name, so I changed the name to something.pdf (of course by mistake). The icon now looks like a pdf. I replaced the .pdf with .R.…
Mathica
  • 25
  • 1
  • 6
0
votes
1 answer

C# XNA - User Input

I am making 3D simulations with C# XNA, I use image\text files to load data. I want to provide user the option to select a file which then my simulation will load and use. It's not possible with C# XNA. I was able to embed the 3D XNA App in a…
Moon
  • 19,518
  • 56
  • 138
  • 200