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

Code to navigate filepicker with watir?

I am testing an application that uses filepicker for file uploads: https://www.inkfilepicker.com I am using watir. I have tried: def upload_photos $b.link(:text, "Upload Photos").click $b.button(:text, "Choose File").click end but the code…
David Watson
  • 3,394
  • 2
  • 36
  • 51
-2
votes
1 answer

filepicker.io javascript api implementation

I just started to make a web in which user will upload image , instead of purchasing a extra harddisk on my server for photos . I have decided to use third party tool . I found filepicker.io quiet good amoung others . They are offering javascript…
Ancient
  • 3,007
  • 14
  • 55
  • 104
1 2 3
27
28