marufbd / MvcFileUploader

A nuget package for easy blueimp JQuery file upload plugin integration into an ASP.NET Mvc application
MIT License
39 stars 22 forks source link

File rename #9

Closed lwheeler closed 10 years ago

lwheeler commented 10 years ago

I tried to rename the file using the FileName property but the rename is ignored. If I use the SaveAs method then I can set the name of the file and upload it but the original file is uploaded with the original name in addition.

marufbd commented 10 years ago

fixed in v1.3.4 release https://www.nuget.org/packages/MvcFileUploader/1.3.4