Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do I upload video file to server in flutter

I am trying to upload the video selected from gallery to the server. guide me about this. how can i upload the video to the server.

I have tried http with multipart form data but it didn't work for me as i am not understanding the logic.

like image 719
Junaid Durrani Avatar asked Feb 20 '19 13:02

Junaid Durrani


1 Answers

If you want to use a dedicated media API instead of uploading to your own server, you can do it using flutter_publitio - I wrote a full tutorial in this post.

like image 98
syonip Avatar answered Sep 24 '22 10:09

syonip