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
Right now, the unchunked upload request is returning HTML from the upload page instead of the uploaded server filename. Thankfully, as a workaround, we can do a "chunked" upload, even if we're uploading only one sub size chunk, and it works great.