I'm starting to implement file upload in my app (http:// outlinetracker.com/zapphotoshare/index.html). The "formidable" module looks to be a good choice to handle the server-side details of the upload process.
Obviously, I need to prevent the disk from being filled up with uploads. Is there an API to get disk space, or must I shell out and call "fs"? (My app runs on a linux device, specifically webOS 2.2 and higher.) Is http://groups.google.com/group/nodejs/browse_thread/thread/764648024cbf6564 still the latest word? The file system where uploaded files are stored may be mounted as a USB volume on other computers. I can check the file extension easily, but what tools are available to ensure the uploaded files aren't executable? What other issues should I be concerned about in a production environment, and what's available in node to deal with them? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
