Question
I can't upload files from html form on my node/express app
Hello,
I’m just running a simple Node.js/Express application on a droplet and I can’t upload files to the designated folder from a html form on a page of the application.
I’m just running the application with ‘node app.js’ and it runs on port 3000. I could be wrong but I don’t think Apache is involved here, is that correct?
I’ve chmod 777’d the folder to where the files go but every time I try and upload a file the application hangs for a few seconds and then gets “Killed”.
The upload location is 'app_root/public/uploads’
I am aware of the security issues here, I just want to do a little bit of live testing, I don’t plan to the have the application up for long.
Thanks for any help!
Jonathan
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×