We are currently using filepicker.io's pickAndStore to allow users to upload multiple files (some small, some big) to a S3 bucket.
What happens to files that have completed upload after a user closes filepicker modal? On the javascript-client side the onError is passed a 101 error, but gives no information about completed files.
Are they removed by filepicker from our S3 bucket, or should we assume that there are stale files hanging around?
Thanks!