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
2 answers

How do I use a FilteredFilePickerFragment for NoNonsense-FilePicker?

I've to create a file picker which will enable me to select files of specific types such as "pdf", "ppt", "odt" and some more. For this I created a FilteredFilePickerFragment as given here. Now I need to use this fragment but I don't know how. Here…
Divyanshu Maithani
  • 13,908
  • 2
  • 36
  • 47
0
votes
2 answers

FilePicker Windows Phone 8.1

This code worked when wanna pick an image in PicturesLibrary: ImagePath = string.Empty; FileOpenPicker filePicker = new FileOpenPicker(); filePicker.SuggestedStartLocation = PickerLocationId.**PicturesLibrary**; …
user3688221
  • 87
  • 1
  • 1
  • 7
0
votes
1 answer

How to get the uploaded file path in FilePicker

Currently we are able to drag and drop the folders and we are able to get all the files in the folder. but we are not able to get the path of that files. How can we get the file path of the files which are uploaded, so that we can maintain the same…
Nandini TM
  • 23
  • 3
0
votes
1 answer

Open downloads in FileOpenPicker on Window Phone 8.1

I am trying to set suggested location for FileOpenPicker. Here is how i did this: var openPicker = new FileOpenPicker(); openPicker.SuggestedStartLocation = PickerLocationId.Downloads; openPicker.FileTypeFilter.Add("*"); It working fine on WinRT…
RenDishen
  • 928
  • 1
  • 10
  • 30
0
votes
1 answer

Ember library causing "Binding Style Attributes" deprecation warning

I'm trying to use the ember-cli-file-picker to load a file into my app for processing in the browser. It works but raises the following deprecation error WARNING: Binding style attributes may introduce cross-site scripting vulnerabilities; please…
Henry Marshall
  • 850
  • 2
  • 8
  • 21
0
votes
0 answers

Select multiple folders using Google Picker

I have a native application registered on Google Developers Console and I'm using a Web Application (AngularJS) to get permission from users. Initially i get the code, i exchange it (on the server) for an auth_token & refresh_token and i try to use…
0
votes
1 answer

How to use file picker in android app

I am developing a simple android app, I want to use file picker when I press button, so how can I implement file picker in my app.
Manoj ahirwar
  • 1,062
  • 1
  • 10
  • 24
0
votes
0 answers

File Picker when required on Windows phone's webApp

I'm programming a webApp for Windows Phone. I would like to select a picture from my phone when the browser requests it. For example, if I have to change my profile picture, I would like to select from my gallery. How can I do? Thanks!
0
votes
1 answer

filepicker.io Video lags when using the recorder

When using the record video feature in filepicker, does anyone else get a 3 or 4 second delay of the audio when playing the video back?
Steven Simoni
  • 97
  • 1
  • 7
0
votes
1 answer

Filepicker Connection Limit

So we have a large amount of images stored on filepicker. It uses S3 as its storage point and we were not storing the s3 file location within our DB, so we need to do a mass GET to retrieve the information. The question I have is we have set up a…
knightsbore
  • 470
  • 2
  • 8
  • 24
0
votes
1 answer

Filepicker and s3 without revealing s3 secretkey to filepicker

Is it possible to use filepicker to upload to S3, using a presigned S3 policy, without revealing my s3 secret key to filepicker. From their current documentation found here - https://developers.filepicker.io/page/s3/, we need to provide them our s3…
ufdeveloper
  • 387
  • 6
  • 19
0
votes
1 answer

Windows Phone 8.1 File Picker UnauthorizedAccessException

I have a problem trying to replicate the File Picker example in link, I create a new application using a Universal Application Windows store template. I extract the content of the class Scenario02 and create a similar one in my example. This class…
0
votes
1 answer

Google Sheets - Get File Name from Hard Drive and Insert into Sheet - (Emulate Excel's Appication.GetOpenFilename)

In Excel I can run a VBA script with application.getopenfilename and am able to place the filepath of the items selected into that cell. I'm trying to convert my VBA Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As…
Brian Ellis
  • 2,271
  • 2
  • 17
  • 24
0
votes
1 answer

How to add filepicker to angularjs template

I have built an app where I need dynamically change templates.
I have two templates like addtext.html and addmedia.html. I dynnamically change it using angularjs. But in my addmedia.html template, I have…
0
votes
1 answer

File not uploading using Skydrive file picker javascript api

I'm using Skydrive file picker javascript api to upload files to Skydrive. But as soon as I click on upload button...it opens the login window and closes instantly. Error log shows that WL.login : The pop up is closed without receiving any…
Dipti Sheth
  • 159
  • 1
  • 2
  • 11