deda-ca / cgi-node

CGI Node.js complete module to replace PHP on shared hosting such as GoDaddy
http://www.cgi-node.org/
MIT License
172 stars 21 forks source link

How to handle post files? #35

Open joao678 opened 7 years ago

joao678 commented 7 years ago

I'm trying to make a simple file upload server on my local network using cgi-node, my problem is everytime I upload something node messes up special chacacters in ANSI like "‰" and a few others. This makes file uploading impossible since those files rely on these special characters. How do I solve this?