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
fix: use curl --upload-file instead of --data-binary for reliable uploads
--data-binary with @file can corrupt binary files during upload.
--upload-file is the curl-recommended method for uploading files
and preserves binary data correctly. Also fix response parsing
to properly extract size from JSON body.
0 commit comments