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
1 answer

Is it possible to set s3 bucket name on API call when uploading to inkfilepicker?

So instead of going to the s3 page to set the s3 credentials. It isn't possible to call it to the API? for example on the json option filepicker.pickAndStore({ location: 'S3', bucket: '{bucketname}', //set here instead on the s3 settings…
Kenneth P.
  • 1,797
  • 3
  • 21
  • 31
0
votes
1 answer

How to get image from url using meteor / javascript

I am newbie user of meteor. I am using file picker apis , i can easily upload my files to there server and they give me a unique url in return . When it comes to again fetch that file its creating a problem to me . You can tell me how to get back…
Bhim Prasad Ale
  • 523
  • 1
  • 8
  • 31
0
votes
1 answer

How to extract the file from the filepicker?

I just use Filepicker to upload the picture. After I uploaded the picture I can get the url in the console. Template.uploadform.events 'change #upload_widget': (evt) -> if console? console.log JSON.stringify(evt.fpfile) Now I need to…
Bhim Prasad Ale
  • 523
  • 1
  • 8
  • 31
0
votes
1 answer

File Picker Filter Not working?

I must be missing something... This is my code: OpenFileDialog o = new OpenFileDialog(); o.Filter = "SQL Server Compact Edition Database File|.sdf"; o.ShowDialog(); In the actual folder there is definitely a .sdf file: And then in the…
user1200540
0
votes
2 answers

How to Add a New Item to filepickeruploader control in dotnetnuke?

I would like to add a new item to the file picker, but I do not know what to do. I always see a directory portal\0\ How can I change or add path in filepickeruploader ?
Hossein Rahmati
  • 205
  • 1
  • 2
  • 11
0
votes
1 answer

Filepicker Button not displaying correctly for div appended via jQuery with Rails

My app allows users to create posts. Each post has many comments and the HTML for a post allows a user to create a new comment. Here is the HTML for a post:
Jason B
  • 7,097
  • 8
  • 38
  • 49
0
votes
2 answers

Why OnclickListener doesn't work with my ViewList in the AlertDialog?

I want to make a file picker with a AlertDialog based on a ListView. My problem is that my onClickListener seems to do nothing. So when I click on a line in my list nothing happens. Here is my FilePicker class : public class FilePicker extends…
0
votes
2 answers

Mixing django-filepicker and mongodb

I'm developing a django 1.4 application, and I'm using django-filepicker to upload images. They use a special modelField for images called FPFileField. I'm interested in storing those images in a MongoDB database, instead of uploading it to a…
Oscar
  • 27
  • 3
0
votes
1 answer

Export Sqlite database from Windows Store App

I've got a Sqlite database which I populate inside a Windows Store app. Now I'd like to have said database availiable when reinstalling the app, therefore I have to add it to my project as a file, if I'm right. Now I'm trying to export the database…
Thomas
  • 4,030
  • 4
  • 40
  • 79
0
votes
0 answers

Watermark gets distorted when 'fit' param set to 'crop' Filepicker

I am using filepicker service to upload image. when I convert the image and add watermark it gets distorted if 'fit' parameter is set to any other than 'max'. Am I missing somthing? Here is an Example and here is Filepicker.io Documentation about…
0
votes
1 answer

How to save facebook, skydrive and local paths with a open file picker?

var filePicker = new FileOpenPicker(); filePicker.SuggestedStartLocation = PickerLocationId.PicturesLibrary; filePicker.ViewMode =…
0
votes
1 answer

How to react to deselected Item in FileOpenPickerUI?

I have a problem with my FileOpenPicker-app. If I select an item in my GridView, the item will be added to the FileOpenPickerUI, it works fine. But if I deselect an Item in the FileOpenPickerUI, it won´t deselect in my GridView. So I added the…
Invisibly
  • 71
  • 7
0
votes
1 answer

Filepicker.io stat method returning null height & width

I have a bunch of images that I upload to filepicker (that are subsequently stored in my s3 bucket). When I try to query filepicker for the height & width using their stat method in the API it is returning null for both values. Here is the code you…
cdanzig
  • 887
  • 1
  • 7
  • 8
0
votes
0 answers

Filepicker.io adds a + to files over 1 meg in size

Whenever I upload a file which is over 1 meg the key that is returned has a + in it. if it is under 1 meg I get a _. Examples a 10 meg file https://www.filepicker.io/api/file/3kzvwMXeTWC0_ypsVOzt The key 2b-Oot2XQoKsXbaYHY9R+CO-OPSTrifold.pdf a…
0
votes
1 answer

Android - getting back to menu from filepicker/browsing screen

I found this file picker online, which the developer said that people could use if they wanted to. Since I thought the code was easy to understand - I decided to use it and change it a bit for my application. All credit goes to the original…
Rad
  • 830
  • 1
  • 12
  • 24
1 2 3
27
28