Questions tagged [filestack]

Questions related to the usage of Filestack. A web service provides an out of the box file uploading widget that will connect to your user’s local drive, Facebook, Instagram, Google Drive, Dropbox, and Web Image Search. Once implemented, you can further customize your file picker with many parameters.

42 questions
0
votes
0 answers

onProgress() called directly from 0% to 100%

I am using filestack client to upload images to S3 bucket. I want to show progress bar while uploading. When I upload any image of almost more than 1MB the progress bar progresses in desired way, means, progress bar moves from 0% to 100% very…
Khurram Ilyas
  • 117
  • 3
  • 19
0
votes
1 answer

Filestack iOS getting 400 error "Parameters are invalid" on the image upload

I'm trying to use Filestack iOS SDK inside React Native project. So I passing local file URL from JavaScript and using the following code to upload image @objc(upload:callback:) func upload(file: String, callback: @escaping RCTResponseSenderBlock)…
Dima Portenko
  • 3,443
  • 5
  • 35
  • 48
0
votes
1 answer

Files Uploaded to Filestack are not visible on S3

I am using FileStack Javascript SDK to upload files to My S3 Bucket. In FileStack developer's portal, I added my Amazon Account's dtails i.e Access ID, Access Key, Bucket Name & Bucket Path & then I used following script to upload files: const…
Khurram Ilyas
  • 117
  • 3
  • 19
0
votes
0 answers

External script in angularjs requiring parameters from serverside

I am trying to integrate filestack webpicker in my webpage. The requirment is to use angularjs. I can add script tag direct in my cshtml file. But i want to have all the scripting part in angularjs.
0
votes
1 answer

Execute function after finishes a Filestack process

I'm using Filestack v3, I want to compare words number of DOC/DOCX files with number of pages. With the premise: "Each page has 200 words" I want to formulate that, for example: "If a doc/docx file has 2 pages, in theory, that file has 400 words, if…
NekoLopez
  • 579
  • 1
  • 9
  • 28
0
votes
1 answer

why heroku can't run dev:fake_user?

In rails, I wrote a task for automatically generate fake user task fake_user: :environment do User.destroy_all filelink = "" Dir.glob("#{Rails.root}/public/avatar/admin.jpg").map do |pic| client =…
Adamlin0708
  • 131
  • 10
0
votes
1 answer

Filestack with Meteor remove file security error

I'm trying to get the react filestack plugin to work with meteor and I'm having trouble with it when I turn on the security setting so I can remove files I've uploaded. There are 4 things I need use App Secret, policy, signature, apikey to remove a…
bp123
  • 3,217
  • 8
  • 35
  • 74
0
votes
1 answer

store the URL of an upload in filestack into a mysql database

I've recently signed up to filestack, and I am finding it a bit difficult to understand their documentation. I've added the javaascript plugin on to my website. However I am just wondering if you can actually store the URL of the uploaded file into…
Scott O'connor
  • 133
  • 1
  • 1
  • 9
0
votes
1 answer

filestack not working when sending my local files using storeURL function

how do i upload a file link like on my computer or device using file stack api? [uuid=15482A77BB814FE5] Invalid URL file file:///C:/Users/dennis/Downloads/00/26038020_10215387798356617_1605819028_o.jpg - invalid schema it returns always like this…
dennis ayson
  • 171
  • 1
  • 1
  • 5
0
votes
1 answer

Filestack Api Inrtegration in php

I am using filestack api in php. I am trying to make connection with api. I just included its client library file and i am getting an error. Please give me suggestion that which file i have to include for to make connection with Filestack Api. I am…
Navdeep
  • 11
  • 1
  • 4
0
votes
1 answer

Where the client dom got attached to the react dom for filestack-react?

This question is for someone very good with react as well as understand filestack-js I read the whole source code for src/ReactFilestack.jsx but I can't find the part where filestack attach itself to the dom.. somehow it just magically .. did…
ey dee ey em
  • 7,991
  • 14
  • 65
  • 121
-1
votes
1 answer

Filestack error file Cannot find name 'FilestackTransform'.ts(2304) in angular 8

please see this image 1image 2 unable to create build of my angular 8 project throwing Cannot find name FilestackTransform onUploadSuccess(res: object) { console.log('###uploadSuccess', res); this.tempData = res; this.tempUrl =…
Yashwant
  • 1
  • 4
1 2
3