utils/upload_file_to_pod library

Upload file to POD. Copyright (C) 2025, Software Innovation Institute, ANU

Licensed under the GNU General Public License, Version 3 (the "License");

License: https://www.gnu.org/licenses/gpl-3.0.en.html

Authors: Ashley Tang

Functions

uploadFileToPod({required String filePath, required String targetPath, required BuildContext context, String? customFileName, void onProgressChange(bool)?, void onSuccess()?}) Future<SolidFunctionCallStatus>
Handles file upload to POD with encryption.