Questions tagged [filepicker]

Questions about the use of file pickers in general. Not to be confused with [filepicker.io]; use that tag for questions related to that service.

This tag refers to generic file pickers.

For questions related to the filepicker.io service, use the tag instead.

Examples

HTML

<input type="file">
413 questions
0
votes
0 answers

Directory not found exception after picking a file in file explorer

EDIT: I did some research and important for my question is this: I use Intent object to get file path from user. He uses some random file explorer. The one I installed to emulator returns path like this: fileName =…
hoacin
  • 340
  • 1
  • 2
  • 19
0
votes
1 answer

remove bug report option from file picker - File Picker Intent - android

I have created Intent to choose any file like this: Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("*/*"); After that i have added below lines to select local file only and remove irrelevant app like Drive etc if…
Mitul Varmora
  • 3,832
  • 1
  • 12
  • 21
0
votes
1 answer

Cordova: White bar at bottom when I return from file chooser/Picker

File picker opens and closes normally but after it is closed, it brings a white bar at bottom of the screen and each time file picker is opened and closed, it grows to above that shrinks height of the screen. [
Prinston J
  • 105
  • 1
  • 16
0
votes
2 answers

How to avoid keyboard from appearing with starting FilePickerActivity

I have a button in an activity that starts a FilePickerActivity. Everything works as expected except for the soft keyboard that appears right when the activity starts. I've already tried using the following code line but I can't use it INSIDE the…
Nahue
  • 320
  • 2
  • 18
0
votes
1 answer

Image stats from Filepicker/Filestack

Is it possible to get the size and dimensions of an image that was uploaded through FilePicker using the ID assigned to each image by filepicker? For example, make a request to the service by sending the id and receive this information in any way?…
D.Churches
  • 11
  • 3
0
votes
0 answers

Converting to file with RxImagePicker in Android

In my Android app, I need to pick image from gallery and do other processing. So I used a plugin to pick image. I used this plugin - https://android-arsenal.com/details/1/3466. Why I choose this plugin is because it can convert picked image uri to…
Wai Yan Hein
  • 13,651
  • 35
  • 180
  • 372
0
votes
0 answers

Android Marshmallow 6.0 image file path not write form SDcard

I integrate file picker in my application. so i set below code for that and i use this library for that. library public class FileChooserExampleActivity extends Activity { private static final String TAG = "FileChooserExampleActivity"; private…
Harshal Kalavadiya
  • 2,412
  • 4
  • 38
  • 71
0
votes
2 answers

s3 filename is not changed after a successful filepicker.io upload

if I want to modify the filename on S3 storage, first i need to call the filepicker.pick then filepicker.store . File is then uploaded but filename is not changed as I have specify in store function. Any idea why this is not done? …
0
votes
1 answer

Having trouble setting up enviorment variable MEAN stack .zshrc

I am using ZSH and my the environment variable is this: FILEPICKER='xxxxxxxxxxx' export FILEPICKER I know that the .zshrc is set up properly because have had access to my environment variables in previous projects. I am having trouble figuring out…
Lotus_8
  • 159
  • 2
  • 11
0
votes
1 answer

Get folder path from dialog box using PHP and JavaScript

I am trying to open a dialog box to simply be able to choose a folder to get its path. I am going to be using a network resource, and this site is only accessible to those IPs within our network's subnet. I've considered using this type of element…
Marcus Parsons
  • 1,714
  • 13
  • 19
0
votes
1 answer

Pick .mp3 file from sdcard in preferencescreen

How i can pick mp3 file from sdcard in android preferenceScreen menu.. here is my preferenceScreen:
0
votes
0 answers

UWP OneDrive FilePicker synchronization issue

I have a problem with the native FilePicker in UWP. I wish to download a file from OneDrive which contains data. After I´ve modified the data on my phone I wish to sync the extern file on OneDrive. The concept is very easy. I have a SQLite database…
0
votes
1 answer

Android: make internal file picker available as a choice

When opening a file picker with the following method: Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("file/*"); intent.addCategory(Intent.CATEGORY_OPENABLE); Intent chooserIntent = Intent.createChooser(intent, "Open…
drmrbrewer
  • 11,491
  • 21
  • 85
  • 181
0
votes
0 answers

How to upload multiples files in filepicker using protractor? (Firefox browser)

I am uploading single file in filepicker but not able to upload multiple files.
nrs
  • 937
  • 3
  • 17
  • 42
0
votes
0 answers

Implement FilePicker to OpenCart Product page

Has anyone tried to implement the FilePicker Upload module to a OpenCart product page? I am using OpenCart version 2.xx
MonsterP
  • 91
  • 8