fileupload icon indicating copy to clipboard operation
fileupload copied to clipboard

Upload doesn't work if cacheStorage is DevNullStorage

Open hajek-raven opened this issue 8 years ago • 1 comments

Upload returns null, if there is DevNullStorage registered as cacheStorage.

hajek-raven avatar Nov 23 '17 01:11 hajek-raven

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.

JZechy avatar Nov 23 '17 09:11 JZechy