jQuery-File-Upload works well with Nodejs, but I found it difficult to integrate with Expressjs. Any suggestions? Thanks for your attention.
PD: https://github.com/blueimp/jQuery-File-Upload
there also exist a middleware for express : https://github.com/aguidrevitch/jquery-file-upload-middleware
express has formidable baked in via Connect's multi-part middleware e.g. you can simply POST files to an particular route and then use req.files to handle anything that has been uploaded.
A very simple option for handling file uploads is via the jQuery Form Plugin, and if you're using Jade as your template engine, you simply need a form that has a file input and the plugin should take care of the rest.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With