how do I upload video file to server in flutter

9,801

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.

Share:
9,801
Junaid Durrani
Author by

Junaid Durrani

Updated on December 09, 2022

Comments

  • Junaid Durrani
    Junaid Durrani over 1 year

    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.

  • Fazal Arya
    Fazal Arya about 4 years
    Is there a way to upload video files without firebase?
  • syonip
    syonip about 4 years
    Here firebase is used to store a list of the videos to enable sharing the links between users, it's not a necessary part of the video upload.
  • Nagaraj Alagusundaram
    Nagaraj Alagusundaram about 3 years
    This package is discontinued.