Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS SDK Parallel Upload Issue #59

Open
rweindl opened this issue Oct 7, 2019 · 2 comments
Open

iOS SDK Parallel Upload Issue #59

rweindl opened this issue Oct 7, 2019 · 2 comments

Comments

@rweindl
Copy link

rweindl commented Oct 7, 2019

Hey everyone, we have an issue uploading multiple files in parallel.

Our approach is the following:

  1. A user selects or takes an image.
  2. Those images ares stored in the file system temporary so we receive a file URL.
    Note: When checking this URL we verified that each URL points to the correct image.
  3. The Filestack SDK provided upload method is called for those Uploadable images
    Note: We verified that each Uploadable URL porints to the correct image.
  4. We receive a success response from the Filestack SDK. When inspecting the response we receive filestackHandles (In our example two filestackHandles).

Bug: Each filestackHandles point to the same picture! However the size differs i.e. there must be an issue either in the Filestack SDK or on the API. This problem also occurs in earlier versions of the SDK.

@rweindl
Copy link
Author

rweindl commented Oct 8, 2019

It would be great to inspect/verify this issue. Otherwise we unfortunately have to consider moving away from Filestack.

@rnine
Copy link
Contributor

rnine commented Oct 29, 2019

@rweindl Sorry to hear you are having issues with uploads. Could you share the storage options you are using for uploading? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants