Questions tagged [filepicker.io]

Filepicker.io is a full file management framework which supports web, iOS and Android platform.

Filepicker.io is a full file management framework which supports web, iOS and Android platform.

Filepicker.io acts as an abstraction layer, offering a simple, elegent api to connect your application to all the third-party services your users love. When you request a file to import into your application, Filepicker.io guides the user through selecting a file, authenticating any necessary third-party services. Once the user chooses a file, we create a unique URL that acts as a pointer to that specific file and pass it to your application, allowing you to read from and write to the file.

Documentation

407 questions
0
votes
2 answers

pickMultiple resulting in "Unsafe Javascript attempt"

Hi i'm trying to get the picker to work. The files will upload find to my S3 bucket by the page returns the following two errors in the console in Chrome: Unsafe JavaScript attempt to access frame with URL file://localhost/Users/ben/fpiotest.html…
Ben Lower
  • 35
  • 5
0
votes
1 answer

Replacing Filepicker files after editing with Aviary

I have an Edit button next to each uploaded thumbnail on my page that summons the Aviary modal upon click. What I'd like to do is replace the original file on FP when I save the outcome of editing in Aviary. filepicker.saveAs doesn't seem like the…
realdeal
  • 153
  • 1
  • 11
0
votes
1 answer

When using filepicker-rails, where should I define my avatar_url method within my rails app?

I've installed the filepicker-rails gem and I am able to upload files to the filepicker.io server. When I try to display the image for different users profile, I get the error: undefined method 'avatar_url' for nil:NilClass Under my users…
thewheelz
  • 379
  • 2
  • 15
0
votes
1 answer

Event when user clicks Pick File?

I'm using the basic 'Open Widget'
barryhunter
  • 20,886
  • 3
  • 30
  • 43
0
votes
1 answer

filepicker save image back to the s3 bucket

I have used the image editor demo in my site which works great. The issues I am having is when it comes to saving back. I want to save it back to filepicker without any user input (not use filepicker.saveas function) but it does not work. I tried…
0
votes
1 answer

fetch filepicker file into arraybuffer in web browser

I'm trying to use filepicker.io to fetch binary data and pass it into a function like this: var doSomething = function(arrayBuffer) { var u16 = new Int16Array(arrayBuffer); } I have no idea how to convert the binary into arraybuffer like…
pstan
  • 123
  • 4
-1
votes
1 answer

Does path for filepicker.io uploads have to consist of existing folders?

If I try to upload a file to S3 with something like path=/customer123/inquiry987/ and those folders don't already exist in our S3 bucket, will the upload fail or will the folders be automagically created?
Jeebus
  • 35
  • 4
-1
votes
1 answer

Can I determine what kind of file is selected by the user?

I use the FilePicker to let the user select a file. I want to determine the type of the file so I can show different visuals. How can I see what's in the file?
JDiek
  • 91
  • 1
  • 5
-1
votes
1 answer

What error I'm making in following jQuery code to integrate filepicker.io to upload a single image file?

I'm trying to integrate filepicker.io into my HTML for uploading an image which has either of the following extensions : jpeg/jpg/gif/png For it I wrote following code but I got error in firebug console as : SyntaxError: missing : after property…
PHPLover
  • 1
  • 51
  • 158
  • 311
-1
votes
1 answer

Import error after including iOS Library

I'm trying to include the Ink/FP SDK in my iOS Project (I'm using XCode 5 Developer Preview 3) and the project is building fine prior to including the FPPicker Bundle and Framework, but after including I'm getting the following build error in my…
dougzor
  • 463
  • 1
  • 5
  • 8
-1
votes
2 answers

How to pass file to php using file picker.io

I would be very happy to find out how to pass a single mp3 file to the php by post method using file picker.io
-2
votes
1 answer

upload file in flutter web by file_picker

i use file_picker: ^4.2.0 show package for my application. when i get web release as html, get some Error. error: path always null in web release my code to get file: Future getFile() async { FilePickerResult? result = await…
-2
votes
1 answer

how to use filepicker with angular?

Trying to use angular and filepicker. The documentation is not clear. Tried using it inside main html and it worked but as soon as i put inside a template it stops working. Any help?
claudia1201
  • 25
  • 3
  • 11
-2
votes
1 answer

Image search on FilePicker.io

Okay, I am using https://www.filepicker.com/ in order to build my app. For the web version and in the iOS version of the file picker, it has the option to make an image search. But for the android version of the file picker, it doesn’t. Do you have…
chgsilva
  • 768
  • 7
  • 20
-2
votes
1 answer

Opening Up Facebook app outside Facebook

I have a web app which I am loading in Facebook iframes. The thing is my app opens File Picker which sends backs the data form where it was loaded. But if my web app is inside an iframe it doesn't allow File picker to communicate back due to…
mohsinali1317
  • 4,255
  • 9
  • 46
  • 85
1 2 3
27
28