Coldfusion writes uploaded files to it's temporary folder, where the cffile tag will pick it up. However I want my server to ignore uploaded files and not have them written to disk at all.
How can I prevent Coldfusion from writing these files to disk?
Edit:
Or is there a way to block multipart requests in IIS (7+)?
What version of ColdFusion? Assuming at least ColdFusion 9 you could use the built-in RAM file system.
Working with in-memory files