Home  >  Q&A  >  body text

How to upload PDF files to Flutter and store to MySQL database

I'm just new to flutter and mysql, I don't know where to start, if anyone knows how to make it please explain. Thanks! !

I'm hoping someone can help make this page simpler or something. This really helps me, thank you! !

P粉512729862P粉512729862173 days ago301

reply all(1)I'll reply

  • P粉513318114

    P粉5133181142024-04-03 17:14:52

    The simple and correct method is -

    1. Create your own API for your project/server to connect to Flutter application.
    2. Use file_picker to select one or more files from local storage.
    1. Use http to upload files to the server within API.

    reply
    0
  • Cancelreply