DnnFilePicker - causing PostBack when selecting a File
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Very odd behavior that just started happening. I'm developing vs DNN 6.2.7.
I added a DnnFilePicker to a view in my custom module. But every time I select a FILE from the File dropdown - the page is posting back!!
It shouldn't be posting back. Here's a quick jing-cast to show the issue: http://screencast.com/t/nC9nKGh5fUPj
There is no ability to set an auto-postback on the control - and in my "Page_Load" - I simply return if it is a postback.
Any suggests would be great!