Hi,
When an user upload a 100MB file, it will take a long time.
So uploader need find a PLACE to store the data, instead of the MEMORY.
The default implementation is the temp-file.
(We also provide a UploaderProvider , so the developer can replace the default implementation)
Regards,
Terry