Skip to content

Commit fd70e22

Browse files
authored
Fix upload of files larger than 2GB
1 parent 2d0f39e commit fd70e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CloudinaryDotNet/FileDescription.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class FileDescription
1515
/// <summary>
1616
/// Byte sent.
1717
/// </summary>
18-
internal int BytesSent;
18+
internal long BytesSent;
1919

2020
/// <summary>
2121
/// Initializes a new instance of the <see cref="FileDescription"/> class.

0 commit comments

Comments
 (0)