Im trying to test the experience when uploading a file with no file extension. should this display an error message dialogue?
It seems to give a js error. i have disabled all my extra plugins.
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Timestamp: Thu, 12 Jan 2012 01:53:38 UTC
Message: Object doesn't support this property or method
Line: 1
Char: 1
Code: 0
It seems to give a js error. i have disabled all my extra plugins.
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Timestamp: Thu, 12 Jan 2012 01:53:38 UTC
Message: Object doesn't support this property or method
Line: 1
Char: 1
Code: 0
Re: File with no file extention
when i try to upload a file with no extension on the demo http://ckfinder.com/demo
i get same js error in IE8
i get no error, but no reload. just nothing happens in FF 9
but when i reload the page the file is there. is there a way to display an error or just refresh the file listing ?
Re: Uploading a file with no extension
G.match(/\.([^\.]+)\s*$/)
returns NULL if there is no "." in the filename
this is from the statement
var H=G.match(/\.([^\.]+)\s*$/)[1];