Replies: 2 comments 3 replies
|
Hi @N7ghtm4r3! If you want to save a
|
1 reply
|
Hi, sorry again, but using this deprecated public actual suspend fun FileKit.openFileSaver(
bytes: ByteArray?,
suggestedName: String,
extension: String?,
directory: PlatformFile?,
dialogSettings: FileKitDialogSettings
): PlatformFile? {The |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I would to save a file from an
urlwithout usedialogs, but instead, I would like to use just an API that download directly the file and store in the indicated path. I am on Compose Multiplatform with Web target also and I am using the0.10.0-beta04FileKit version, is there any api because I tried to useopenFileSaverapi, but it seems to be deprecated. I am sorry if I have not read well the related docu. It might be theFileKit.downloadapi, also outside from web target?All reactions