updated GoFileSharp lib
This commit is contained in:
parent
5cf41dae3c
commit
648c2d730c
@ -33,6 +33,11 @@ namespace EftPatchHelper.Model
|
|||||||
|
|
||||||
if(uploadedFile == null) return false;
|
if(uploadedFile == null) return false;
|
||||||
|
|
||||||
|
if(!await uploadedFile.SetDirectLink(true))
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
_uploadedFile = uploadedFile;
|
_uploadedFile = uploadedFile;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user