Ghazanfaru
Results
2
comments of
Ghazanfaru
Hey, yes, when i upload more than 100 mb file it get stuck at 90% sometime 98% sometimes 78% and the code that im using is that one which is...
Future uploadImage() async { // Select a file from the device final result = await FilePicker.platform.pickFiles( type: FileType.any, withData: false, // Ensure to get file stream for better performance withReadStream:...