Currently, the only way to manipulate the posted file is to save it to the file system and then do whatever with it. It would make things much easier to expose the posted file in a read only manner. This would allow coders to access it as a stream and either access it directly or save it off to a database without having to involve the file system.
↧