Skip to content
Advertisement

Image/File upload doesn’t work with materializecss framework

I want to create a post creator which works with a database, but I can’t upload an image or a file. My web-page is using the materialize framework. This code is mostly shrunk down to the important parts.

JavaScript

Advertisement

Answer

From

JavaScript

To

JavaScript

Here need to add a form attribute enctype to send files.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement