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
If the FileProvider extension is not in the foreground, only one chunk of the file can be uploaded at a time. Afterwards the extension has to be woken up again manually to start the upload of the next chunk. Because we have an additional memory limit of 15mb for the FileProvider Extension for iOS, it is not possible to upload multiple chunks at the same time.
The text was updated successfully, but these errors were encountered:
If the FileProvider extension is not in the foreground, only one chunk of the file can be uploaded at a time. Afterwards the extension has to be woken up again manually to start the upload of the next chunk. Because we have an additional memory limit of 15mb for the FileProvider Extension for iOS, it is not possible to upload multiple chunks at the same time.
The text was updated successfully, but these errors were encountered: