Releases: mwijnands/PluploadMvc
Releases · mwijnands/PluploadMvc
PluploadMvc v0.3.0
New features
- Reference (to upload and retrieve files with) is now a string for more flexibility. (See #8)
- Added an UrlHelper extension method to retrieve the URL to the upload handler. (See #6)
- Introduced the PluploadConfiguration class, to configure the upload path and pluploadhandler path. (See #10)
Bugfixes
- Fixed thrown IOException when uploading chunked file and the file already exists. (See #14)