RickStrahl / Westwind.plUploadHandler

An ASP.NET base HttpHandler library to handle plUpload content on the server.
28 stars 19 forks source link

Fix issue with filenames with plupload 2.1.2 #6

Closed agrath closed 10 years ago

agrath commented 10 years ago

With m0xie v1.2.1 and plupload 2.1.2 the filename from fileUpload.FileName comes through as "blob" and this causes the extension check to fail. blobfilename

RickStrahl commented 10 years ago

Thanks for this. Looks like this has changed in the underlying implementation. Will update samples to later version when I get a chance.