You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone, we have an issue uploading multiple files in parallel.
Our approach is the following:
A user selects or takes an image.
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.
The Filestack SDK provided upload method is called for those Uploadable images
Note: We verified that each Uploadable URL porints to the correct image.
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.
The text was updated successfully, but these errors were encountered:
Hey everyone, we have an issue uploading multiple files in parallel.
Our approach is the following:
Note: When checking this URL we verified that each URL points to the correct image.
Note: We verified that each Uploadable URL porints to the correct image.
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.
The text was updated successfully, but these errors were encountered: