fileupload
fileupload copied to clipboard
Upload doesn't work if cacheStorage is DevNullStorage
Upload returns null, if there is DevNullStorage registered as cacheStorage.
Can be added configuration parameter which Storage to use to override default IStorage request.
There is need in caching as files are sent in background and there can be need to request saved values from UploadModel in form processing.