Skip to content

Releases: mwijnands/PluploadMvc

PluploadMvc v0.3.0

04 Jan 16:09
Compare
Choose a tag to compare

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)