I just downloaded the latest update of the toolkit, and I'm attempting to use the AjaxFileUpload control. I really like how easy it is to use, and in Chrome 18 the drag-drop functionality works great.
I'm struggling, however, to get the property "AllowedFileTypes" to work correctly. If it's blank, then the control allows files to be uploaded. However if I set it to "zip" (or any value), then it doesn't accept any files at all; even those with the extension"zip". I've tried setting it to "zip,jpg" in case there was a parsing issue with the control, but that doesn't work either.
Has anyone else had the same issue?
Cheers, Jon